This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
node-spearhead/TODO.txt

52 lines
981 B
Plaintext
Raw Normal View History

2015-08-26 22:06:19 +03:00
TritonApi
2015-08-26 07:19:42 +03:00
"shortid" instead of full UUID "id" in default output, and then allow lookup
by that shortid. Really nice for 80 columns.
- insts
- networks
2015-08-26 22:06:19 +03:00
- don't bother if not [0-9a-f-]
2015-08-26 22:06:19 +03:00
12 char shortids (matches docker)
2015-08-26 22:06:19 +03:00
# maybe next
bash completion (subcmd options)
bash completion (cached data: insts, imgs, pkgs, names and ids)
2015-08-26 22:06:19 +03:00
PUBAPI-1117 triton create -c|--count N
2015-08-26 00:25:30 +03:00
triton images
Drop 'state' in default columns. Add type to be able to see lx or not
for 'linux' ones. That might hit that stupid naming problem.
# profiles
triton profile # list all profiles
triton profile NAME # show NAME profile
triton profile -a NAME # sets it as active
triton profile -n|--new # ???
For today: only the implicit 'env' profile.
# config
~/.triton/
config.json
{"currProfile": "east3b"}
east3b/ # profile
PROFILE2/
...
# another day
triton config get|set|list # see 'npm config'
2015-08-26 01:47:29 +03:00
triton --shell # or whatever, repl