This commit is contained in:
Trent Mick 2015-08-26 12:06:19 -07:00
parent 945b631878
commit 4a82869e2e

View File

@ -1,42 +1,20 @@
TritonApi
"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.
- insts - insts
- networks - networks
- don't bother if not [0-9a-f-]
image "name@version" in 'triton insts' table. Optionally? 12 char shortids (matches docker)
# DONE
triton
triton -v # bunyan trace logging
triton images # list images
triton image ID|NAME # get image
triton packages # list packages
triton package ID|NAME
triton instances|insts # list machines
triton instance|inst ID|NAME # get machine
triton create # triton create-instance
triton delete VM|IMAGE # substring matching? too dangerous
triton delete --vm VM
triton delete --image IMAGE
triton cloudapi ...
triton ssh ...
triton info
triton create -n|--dry-run # does the fake delay, shows what img/pkg/etc.
# maybe next
# maybe today
bash completion (subcmd options) bash completion (subcmd options)
bash completion (cached data: insts, imgs, pkgs, names and ids) bash completion (cached data: insts, imgs, pkgs, names and ids)
PUBAPI-1117 triton create -c|--count N
triton images triton images