34 lines
1022 B
Plaintext
34 lines
1022 B
Plaintext
test suite:
|
|
- all the commands: test/integration/cli-*.test.js
|
|
- TritonApi testing: test/integration/api-*.test.js
|
|
- more test/unit/...
|
|
|
|
sub-user support (profiles, `triton account`, env, auth)
|
|
|
|
note in README that full UUIDs is much faster in the API
|
|
|
|
*type*: cloudapi changes to clarify: LX, docker, smartos, kvm instances
|
|
|
|
bash completion: exclude '-J', better top/bottom comment boilerplate,
|
|
put the CLI's version in the top comment, ISO date format
|
|
|
|
# maybe next
|
|
|
|
PUBAPI-1117 triton create -c|--count N
|
|
|
|
Rate limiting. Testing with non-op accounts. I suspect PUBAPI-1117 and other
|
|
usage will lead to rate limiting errors from cloudapi. `triton` should
|
|
(a) retry reasonably on those error codes and (b) proactively control rate
|
|
of cloudapi requests (tunable).
|
|
|
|
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.
|
|
|
|
|
|
# another day
|
|
|
|
triton config get|set|list # see 'npm config'
|
|
|
|
triton --shell # or whatever, repl
|