some aliases; update TODO
This commit is contained in:
parent
e01babc05e
commit
23fc9d4b3f
9
TODO.txt
9
TODO.txt
@ -5,21 +5,24 @@ triton instances|insts # list machines
|
|||||||
triton instance|inst ID|NAME|UNIQUE-NAME-SUBSTRING # get machine
|
triton instance|inst ID|NAME|UNIQUE-NAME-SUBSTRING # get machine
|
||||||
# -1 for unique match, a la 'vmadm lookup -1'
|
# -1 for unique match, a la 'vmadm lookup -1'
|
||||||
|
|
||||||
triton package PACKAGE
|
|
||||||
|
|
||||||
triton create # triton create-instance
|
triton create # triton create-instance
|
||||||
triton create -p PKG [...] IMG
|
triton create -p PKG [...] IMG
|
||||||
triton create -i IMG -p PKG [-n NAME] [...]
|
triton create -i IMG -p PKG [-n NAME] [...]
|
||||||
# example: triton create base64 -p t4-standard-1g
|
# example: triton create base64 -p t4-standard-1g
|
||||||
|
|
||||||
|
triton image NAME|SUBSTRING
|
||||||
|
triton package NAME|SUBSTRING
|
||||||
|
|
||||||
|
|
||||||
# DONE
|
# DONE
|
||||||
|
|
||||||
triton
|
triton
|
||||||
triton -v # bunyan trace logging
|
triton -v # bunyan trace logging
|
||||||
triton images # list images
|
triton images # list images
|
||||||
triton packages # list packages
|
|
||||||
triton image IMAGE # get image
|
triton image IMAGE # get image
|
||||||
|
triton packages # list packages
|
||||||
|
triton package PACKAGE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,4 +61,6 @@ do_image.help = (
|
|||||||
/* END JSSTYLED */
|
/* END JSSTYLED */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
do_image.aliases = ['img'];
|
||||||
|
|
||||||
module.exports = do_image;
|
module.exports = do_image;
|
||||||
|
@ -148,4 +148,6 @@ do_images.help = (
|
|||||||
/* END JSSTYLED */
|
/* END JSSTYLED */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
do_images.aliases = ['imgs'];
|
||||||
|
|
||||||
module.exports = do_images;
|
module.exports = do_images;
|
||||||
|
@ -61,4 +61,6 @@ do_package.help = (
|
|||||||
/* END JSSTYLED */
|
/* END JSSTYLED */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
do_package.aliases = ['pkg'];
|
||||||
|
|
||||||
module.exports = do_package;
|
module.exports = do_package;
|
||||||
|
@ -86,5 +86,6 @@ do_packages.help = (
|
|||||||
+ '{{options}}'
|
+ '{{options}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
do_packages.aliases = ['pkgs'];
|
||||||
|
|
||||||
module.exports = do_packages;
|
module.exports = do_packages;
|
||||||
|
Reference in New Issue
Block a user