Created
July 18, 2016 20:13
-
-
Save v1k0d3n/019d2db335feedf603c946e265c736a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-bash-4.3# atomic -v | |
usage: atomic [-h] {host,info,install,run,uninstall,update} ... | |
Atomic Management Tool | |
positional arguments: | |
{host,info,install,run,uninstall,update} | |
commands | |
host execute Atomic host commands | |
info display label information about an image | |
install execute container image install method | |
run execute container image run method | |
uninstall execute container image uninstall method | |
update pull latest container image from repository | |
optional arguments: | |
-h, --help show this help message and exit | |
error: too few arguments | |
-bash-4.3# atomic version | |
usage: atomic [-h] {host,info,install,run,uninstall,update} ... | |
Atomic Management Tool | |
positional arguments: | |
{host,info,install,run,uninstall,update} | |
commands | |
host execute Atomic host commands | |
info display label information about an image | |
install execute container image install method | |
run execute container image run method | |
uninstall execute container image uninstall method | |
update pull latest container image from repository | |
optional arguments: | |
-h, --help show this help message and exit | |
error: invalid choice: 'version' (choose from 'host', 'info', 'install', 'run', 'uninstall', 'update') | |
-bash-4.3# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment