This repository was archived by the owner on Sep 18, 2020. It is now read-only.
Releases: coreos/updateservicectl
Releases · coreos/updateservicectl
updatectl tool 1.2.0
- Upstream API support
channel update
now uses a flag for version--version
- Ability to bypass SSL verification
- Minor build fixes
- Bobfile addition for building docker images
- Various documentation fixes
- Contributing guideline changes
updatectl tool version 1.1.0
Features:
- #48: Adds subcommand
updatectl database backup <output-file>
to download a database backup.
updatectl tool version 1.0.0
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>
.
updatectl tool version 0.1.3
Major command line API changes. Many positional arguments moved to flags. Use updatectl help [command]
for more info.
updatectl tool version 0.1.2
First published release of the updatectl
tool.