Skip to content

Instantly share code, notes, and snippets.

@v1k0d3n
Created July 18, 2016 20:13
Show Gist options
  • Save v1k0d3n/019d2db335feedf603c946e265c736a5 to your computer and use it in GitHub Desktop.
Save v1k0d3n/019d2db335feedf603c946e265c736a5 to your computer and use it in GitHub Desktop.
-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