Skip to content

How to promote a script in edit mode? #21

@uilianries

Description

@uilianries

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions