TODO udpate

This commit is contained in:
Trent Mick 2015-08-25 23:30:43 -07:00
parent e355693d8e
commit ade64f48c6
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,5 @@
bash completion bash completion (subcmd options)
bash completion (cached data: insts, imgs, pkgs, names and ids)
triton delete VM|IMAGE # substring matching? too dangerous
triton delete --vm VM
triton delete --image IMAGE
"shortid" instead of full UUID "id" in default output, and then allow lookup "shortid" instead of full UUID "id" in default output, and then allow lookup
by that shortid. Really nice for 80 columns. by that shortid. Really nice for 80 columns.
@ -23,6 +20,10 @@ triton instance|inst ID|NAME # get machine
triton create # triton create-instance triton create # triton create-instance
triton delete VM|IMAGE # substring matching? too dangerous
triton delete --vm VM
triton delete --image IMAGE
triton cloudapi ... triton cloudapi ...
triton ssh ... triton ssh ...