Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

updatectl tool version 1.0.0

Compare
Choose a tag to compare
@colegleason colegleason released this 17 Jun 19:22
· 225 commits to master since this release

1.0.0 moves updatectl to a subcommand model, condensing the ~25 previous commands into 9. The 9 commands are:

    admin-user  Operations for modifying admin users.
    app         Manage applications.
    channel     Manage channels for an application
    database    Operations for dealing with the backend database.
    group       Operations that manage groups in an applciation.
    help        Show a list of commands or help for one command
    instance    Operations to view instances.
    package     List or create packages for an application.
    watch       Watch for app versions and exec a given command.

You may find help on each of these subcommands with updatectl help <command>.