-
Notifications
You must be signed in to change notification settings - Fork 7
How to promote a script in edit mode? #21
Copy link
Copy link
Open
Description
Hello!
Reading the documentation: https://jfrog.github.io/tome/latest/guides/in_depth/
I can create a regular script in edit mode, but then I want to mark it as ready, as a promotion action.
So far, I needed to uninstall the script, then install it again:
tome install -e foobar/
# edit scripts in foobar
tome list (show script in edit mode)
# scripts are mature now
tome uninstall foobar/
# install it again, but not in edit mode
tome install foobar/
What about adding tome install --promote foobar/, where those scripts in edit mode are now copied to tome cache and removed from edit state?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels