Commit Graph

313 Commits

Author SHA1 Message Date
Trent Mick a1df6e0fe7 node-triton#52 Fix 'triton ssh ...' stdout/stderr to fully flush with node >= 4.x
Fixes #52
2016-02-26 15:28:33 -08:00
Trent Mick 99a083e232 changelog for #93 #94 fix 2016-02-15 10:12:10 -08:00
Kris Shannon bcf55f0a63 node-triton#94 Protect against cache lookup returning null
If the cache file does not exist _cacheGetJson will not pass any value to the callback.

In the getImage function the callback passed to _cacheGetJson assumes if there was no error value then the second argument must be an array.

Add some logic to guard against null values before iterating over the array.
2016-02-15 10:09:04 -08:00
Kris Shannon 6703363934 node-triton#95 Patch missing rename from 4760defd05
The fix for joyent/node-triton#88 renamed the metadataandtags
function 'tagsFromOpts' to 'tagsFromCreateOpts' but didn't
rename all of it's uses.
2016-02-15 09:28:44 -08:00
Trent Mick 70c7bbd434 node-triton#90 `triton` CLI should summarize `err.body.errors` from CloudAPI 2016-02-12 11:09:55 -08:00
Trent Mick 4760defd05 joyent/node-triton#88: `triton inst ...` support for updating tags 2016-02-11 09:46:43 -08:00
Trent Mick da9e80d94e Don't state that 'triton inst list' can filter by tags, it can't yet. That is #74. 2016-02-03 11:57:07 -08:00
Trent Mick edb28b6791 node-triton#86 "triton profiles" should not require a current profile 2016-02-02 22:03:01 -08:00
Trent Mick 59b804fe6c support triton.createClient(...) without requiring a configDir 2016-02-02 10:47:34 -08:00
Trent Mick 54923c9ae3 Windows path fixes (should basically run on windows now)
Fixes #83.
2016-01-28 13:41:22 -08:00
Trent Mick 810f0add56 node-triton#78 'triton image delete IMAGE' 2016-01-25 23:23:36 -08:00
Trent Mick 879e86efa3 node-triton#79 `triton instance get NAME` doesn't have `dns_names` CNS field 2016-01-25 16:12:14 -08:00
Trent Mick b81b9b0e2d PUBAPI-1227: document the inconsistency that ListMachines shows *docker* instances, but ListImages does NOT show docker images 2016-01-25 13:26:57 -08:00
Trent Mick 77efb2a7a2 triton create error in v4.3.0
Fixes #77
2016-01-19 14:44:30 -08:00
Trent Mick 8d235b8e28 'triton image create' et al
Fixes #76: `triton image create ...` and `triton image wait ...`
Fixes #72: want `triton image` to still return image details even when it is not in 'active' state
2016-01-19 12:30:46 -08:00
Trent Mick 989a43f367 bash completion for 'triton account update <TAB>' 2016-01-18 11:58:01 -08:00
Trent Mick 5ee94b04af joyent/node-triton#75 'triton account update ...' 2016-01-14 22:56:38 -08:00
Trent Mick fb8aec6229 unhide 'triton completion' 2016-01-14 09:22:39 -08:00
Trent Mick 01dc55e93f joyent/node-triton#73 `triton instance list --credentials` to include "metadata.credentials" in instance listing 2016-01-14 09:22:39 -08:00
Marsell Kukuljevic 09954b3f55 clistyle: some more tritonapi tests. 2016-01-14 09:15:58 +11:00
Trent Mick 545d0a3a65 joyent/node-triton#35 More easily distinguish KVM and LX and Docker images and instances
Also support filtering insts on docker=true.
2016-01-13 12:18:05 -08:00
Trent Mick 9fbb2006bc add 'triton env -t' 2016-01-12 10:27:46 -08:00
Trent Mick 3f427adff1 clistyle: updated bash completion (much improved, fixes limitation that subsubcmds weren't supported) 2016-01-09 16:55:12 -08:00
Trent Mick 922ca13816 clistyle: Much improved bash completions (importantly for the clistyle changes, it supports subsubcommands) 2016-01-08 11:08:07 -08:00
Marsell Kukuljevic ea759565c7 clistyle: some account key UI fixes. 2016-01-05 23:14:42 +11:00
Trent Mick 88bbfdfba7 clistyle: networks should be hidden, no whoami 2016-01-04 22:57:24 -08:00
Trent Mick 105b7bf9a4 clistyle: 'triton account ...' 2016-01-04 22:51:04 -08:00
Trent Mick 13b525cca7 clistyle: 'triton network ...' 2016-01-04 21:53:52 -08:00
Trent Mick d2c20a5161 clistyle: rest of 'triton instance ...' 2016-01-04 13:08:16 -08:00
Trent Mick a05de11fb3 clistyle: some CR on marsell's commit 1dfac84 2016-01-04 10:46:57 -08:00
Trent Mick e21635eaa3 clistyle: part of 'triton instance ...' 2016-01-04 10:46:56 -08:00
Marsell Kukuljevic 96216c6e61 clistyle: add support for account keys, expand subcommand tests,
some trivial bug fixes.
2016-01-04 10:46:24 -08:00
Trent Mick f4246b5faf clistyle: triton profile ... 2016-01-04 10:46:24 -08:00
Trent Mick 632d5a6568 style: triton img ... 2016-01-04 10:45:50 -08:00
Trent Mick 559162896f clistyle: triton pkg ... 2016-01-04 10:45:50 -08:00
Trent Mick adb4c851b9 joyent/node-triton#68 Support specifying networks at instance create time 2015-12-31 09:55:31 -08:00
Trent Mick 8f666b7aca joyent/node-triton#67 `triton create` should support assigning tags
Fixes #67.
2015-12-30 16:12:17 -08:00
Trent Mick b50f0c8aa1 joyent/node-triton#63 "triton images" with a filter should not be cached 2015-12-29 14:53:49 -08:00
Trent Mick f66e50c770 joyent/node-triton#65 Fix 'triton profile(s)' handling when the user has no profiles yet 2015-12-29 14:32:27 -08:00
Trent Mick baddfbf814 update 'triton pkgs -h' help output to mention support for field filters 2015-12-17 15:39:32 -08:00
Trent Mick aa198b33c8 joyent/node-triton#60 display `vcpus` in `triton packages` output 2015-12-16 10:56:22 -08:00
Trent Mick 5ea3b1862a sorted stable fields for 'triton rbac role ROLE' output; use 'add' for added fields in 'triton rbac apply' resource updates 2015-12-16 10:47:59 -08:00
Trent Mick d15c5893b3 Fix `triton rbac role NAME`. 2015-12-09 12:01:24 -08:00
Trent Mick d25df7c011 Add '-d,--data DATA' option to `triton cloudapi ...`
Also fix '-H,--header' option to `triton cloudapi`. It never worked.
2015-12-09 12:01:24 -08:00
Trent Mick 21164320c7 improvements for using node-triton as a module 2015-12-08 11:59:45 -08:00
Trent Mick 440d09f8b7 joyent/node-triton#59 `triton create -m,--metadata` etc. for adding metadata on instance creation 2015-12-07 11:28:59 -08:00
Trent Mick 4576918909 joyent/node-triton#58: `triton --act-as=ACCOUNT ...` for operator accounts 2015-12-02 10:52:47 -08:00
Trent Mick 5c3a4adee3 rbac: Fix bugs in 'triton rbac policy NAME' and updating a policy in 'triton rbac apply' 2015-12-02 10:05:21 -08:00
Trent Mick 3cd4b0d735 'triton --accept-version VER ...' developer option 2015-11-25 11:04:44 -08:00
Trent Mick 4a46310a8d experimental 'triton env [PROFILE]' 2015-11-24 16:40:17 -08:00
Trent Mick 212903922a is no longer hidden 2015-11-24 12:34:53 -08:00
Trent Mick 82443e2d67 joyent/node-triton#54 'triton rbac apply --dev-create-keys-and-profiles' 2015-11-23 16:57:58 -08:00
Trent Mick 6918fb93f7 joyent/node-triton#54 'triton rbac reset', 'triton [rbac] keys' default output changes, 'triton rbac apply' implicit usage of './rbac-user-keys' dir, drop shortIds for 'triton rbac ...' 2015-11-21 12:41:16 -08:00
Trent Mick 1160fe120b joyent/node-triton#54 'triton rbac info' improvements 2015-11-18 14:18:29 -08:00
Trent Mick 7c8554bf14 joyent/node-triton#54 'triton rbac apply' 2015-11-18 12:54:44 -08:00
Alex Wilson 00cdb81287 joyent/node-triton#55 PUBAPI-1166 Use http-signature for generating Authorization, not sprintf
Reviewed by: Trent Mick <trent.mick@joyent.com>
2015-11-13 16:46:09 -08:00
Trent Mick dfbbf309e9 joyent/node-triton#54 'triton rbac {instance,image,network,package,}role-tags ...' 2015-11-12 16:13:23 -08:00
Trent Mick cd611dafde joyent/node-triton#54 'triton rbac role-tags' and refactoring to make adding other *-role-tags easy 2015-11-12 16:04:12 -08:00
Trent Mick 4e45e4061f joyent/node-triton#54 a start at 'triton rbac info', add 'triton rbac instance-role-tags' 2015-11-09 15:09:37 -08:00
Trent Mick 74b8f3e42e joyent/node-triton#54 first pass at 'triton rbac key' and 'triton rbac keys' (with feeling, aka the new files actually added) 2015-11-05 15:21:19 -08:00
Trent Mick dd0a70820b joyent/node-triton#54 first pass at 'triton rbac key' and 'triton rbac keys' 2015-11-05 15:13:14 -08:00
Trent Mick 4491a55093 Better help output for 'triton keys', also avoid double newlines between key output. 2015-11-05 12:41:56 -08:00
Trent Mick c7daecc6f3 joyent/node-triton#54 first pass at 'triton rbac policy' and 'triton rbac policies' 2015-11-05 12:30:06 -08:00
Trent Mick 6b1065b24d Don't print 'user: undefined' for the env profile for 'triton profile' if not defined 2015-11-05 11:33:59 -08:00
Trent Mick dd95ab5f4a joyent/node-triton#54 first pass at 'triton rbac role' and 'triton rbac roles' 2015-11-04 15:38:38 -08:00
Trent Mick 1652662e2c joyent/node-triton#54 Complete first pass at 'triton rbac user' and 'triton rbac users' 2015-11-04 00:11:19 -08:00
Trent Mick 8a46d23268 joyent/node-triton#54 A start at RBAC support (still very early) 2015-11-03 15:40:59 -08:00
Trent Mick d4ba912955 Ensure CLI printing of usage info on UsageError doesn't blow up on a `help` *function* 2015-11-03 14:39:37 -08:00
Trent Mick 5bf78491ff Fix bug with 'CLI.tritonapi' getter creating a TritonApi client multiple times. 2015-11-03 14:39:18 -08:00
Trent Mick a85391f023 minor fixes/tweaks to help output of a few commands 2015-10-29 15:24:37 -07:00
Trent Mick 59c41886d1 minor command help tweaks 2015-10-19 09:03:39 -07:00
Trent Mick da447939d2 `triton create ... --firewall` for CreateMachine `firewall_enabled`
Fixes #49
2015-10-17 12:43:24 -07:00
Dave Eddy 08527b433c delete "rm" alias, fixes #44 2015-10-14 16:15:45 -04:00
Trent Mick f1e90cdab8 `triton profile ...` doesn't use the profile from `TRITON_PROFILE` envvar
Fixes #43
2015-10-14 11:45:41 -07:00
Trent Mick f7d9dc0ba2 joyent/node-triton#40 Divorce wanted between profile `keyId` and keyId actually sent to server
fixes #40
2015-10-07 15:49:49 -07:00
Trent Mick a71a1ddba3 fix 'name' var usage; style nit on for-loop usage for early out 2015-10-06 23:33:18 -07:00
Trent Mick b73766d399 style nits, no functional change 2015-10-06 23:28:25 -07:00
Trent Mick 8ece8d0024 Integration test config handling improvements. Add 'ResourceNotFound' error and fine tune exit status handling.
Fixes #37.
2015-10-06 23:24:42 -07:00
Dave Eddy d79083b9a1 start/stop/reboot/delete take multiple arguments, fixes #38 2015-10-06 16:54:55 -04:00
Dave Eddy 3cbf85a121 show image name and version when UUID is specified, fixes #29 2015-10-05 16:34:24 -04:00
Dave Eddy faca038854 exports main module 2015-09-29 18:15:08 -04:00
Dave Eddy e7109071de cloudapi and tritonapi exports should match 2015-09-29 18:13:34 -04:00
Dave Eddy 464851843a add "list" and "ls" aliases for "instances", fixes #34 2015-09-29 18:01:18 -04:00
Trent Mick a01c7eede6 'triton profile -a' fix when invalid keyId 2015-09-28 12:27:58 -07:00
Trent Mick daecb2979b export 'promptField', broken by refactor before commit 2015-09-28 12:24:50 -07:00
Trent Mick aeebcf19f0 'triton profile -a' from stdin, JSON file or interactively 2015-09-28 12:20:21 -07:00
Trent Mick bf21ac467a 'triton profile{,s}' all except 'triton profile -a' 2015-09-25 12:19:29 -07:00
Dave Eddy 2eeb68cba5 document destructiveAllowed, use TRITON_* vars for tests 2015-09-25 13:24:12 -04:00
Trent Mick f38bfb68f1 should support TRITON_KEY_ID as well 2015-09-25 10:22:58 -07:00
Dave Eddy e5c5f2d54c use env profile for integration tests 2015-09-25 13:10:39 -04:00
Trent Mick b238fcf52f improve on a DEPTH_ZERO_SELF_SIGNED_CERT error
from:
    triton account: error: DEPTH_ZERO_SELF_SIGNED_CERT
to this:
    triton account: error (SelfSignedCert): could not access CloudAPI https://10.88.88.3 because it uses a self-signed TLS certificate and your current profile is not configured for insecure access: DEPTH_ZERO_SELF_SIGNED_CERT
2015-09-23 21:10:52 -07:00
Trent Mick ee07395eae joyent/node-triton#30 `triton` commands blow up obtusely if getting HTML content back from cloudapi endpoints
Fixes #30
2015-09-23 12:32:09 -07:00
Trent Mick 818a6b0afe no bigspinner by default: use '-ww' for a spinner, '-www' bigger, '-wwww' max 2015-09-23 09:30:06 -07:00
Dave Eddy ee9f897f22 filter for name and version if supplied 2015-09-21 18:57:53 -04:00
Dave Eddy a6d9bad267 filter image version on the server 2015-09-21 17:16:47 -04:00
Dave Eddy aaeb58730b fix create UUID bug 2015-09-21 17:12:33 -04:00
Trent Mick 0c2ade98ba Fix `"insecure":true` in a profile
This was broken in commit 99d9113eae
2015-09-21 14:07:07 -07:00
Dave Eddy b4900ea626 remove UUID_RE in favor of isUUID 2015-09-21 17:02:10 -04:00
Dave Eddy 7ab6453b1f remove broken cache files if found, fixes #27 2015-09-21 17:00:58 -04:00
Dave Eddy 44ce942d97 triton create support image name@version format, fixes #25 2015-09-21 16:37:48 -04:00
Trent Mick 5ed72ea117 Fix 'make check' 2015-09-21 12:37:59 -07:00
Trent Mick 99d9113eae joyent/node-triton#28 profile opts (-i, -a, -k, -u) aren't being applied to profiles other than the `env` profile
Profile/CloudAPI top-level CLI options are now applied to the current
profile. Also clean up loading of the 'env' profile a bit so that
special casing of that is more hidden in "config.js".

Also add support for the TRITON_URL, TRITON_TLS_INSECURE and
TRITON_ACCOUNT envvars. (I didn't add TRITON_KEY_ID because a coming
change will do better than that.)

Fixes #28, #24.
2015-09-21 12:34:37 -07:00
Dave Eddy 6159bf404d remove glob dep, fixes #20 2015-09-21 14:01:00 -04:00
Trent Mick 94ebdb9f47 stop `TritonApi.listImages` passing internal options as query params to cloudapi
E.g.: `useCache` in the following:

    $ triton -v insts
    ...
    [2015-09-21T17:37:57.600Z] TRACE: triton/34623 on danger0.local (/Users/trentm/joy/node-triton/node_modules/restify-clients/lib/HttpClient.js:265 in rawRequest): request sent
        GET /trentm/images?useCache=true HTTP/1.1
        Host: 10.88.88.6
        date: Mon, 21 Sep 2015 17:37:57 GMT
        authorization: Signature keyId="/trentm/keys/de:e7:73:...
        accept: application/json
        user-agent: triton/1.0.0 (x64-darwin; node/0.10.40)
        accept-version: *
2015-09-21 10:41:13 -07:00
Trent Mick c93b08dd68 joyent/node-triton#26 triton command crashes with self-signed cert
Refactor do_instances to not call `callback` twice. Also don't assume
if a `res` on an error callback from CloudApi._request.

Fixes #26.
2015-09-21 10:33:42 -07:00
Trent Mick 7aa59f148f joyent/node-triton#19 stricter checking of profile files when loading them 2015-09-09 21:53:38 -07:00
Trent Mick 5e75bff3fe -p profile option should be hidden until complete 2015-09-09 16:14:34 -07:00
Trent Mick d2e999916b joyent/node-triton#18 first cut of 'triton profiles' 2015-09-09 16:04:15 -07:00
Dave Eddy f476cc9168 audit cleanup 2015-09-08 17:30:08 -04:00
Dave Eddy 9d314def3d add basic instance-audit support 2015-09-08 12:41:31 -04:00
Dave Eddy 789fb4f7e5 slug asserts 2015-09-04 20:33:31 -04:00
Dave Eddy 072f0ec864 make `triton cloudapi` more like curl
- `-X method` to specify method
- `-H 'key: value'` to specify header
2015-09-04 16:27:56 -04:00
Dave Eddy bdc3ea6651 mpl and copyright 2015-09-04 14:12:20 -04:00
Dave Eddy 0fee17fda0 getting ready for OSS
- s/triton/tritonapi/
- s/Triton/TritonApi/
- s/CloudAPI/CloudApi/
2015-09-04 14:05:36 -04:00
Dave Eddy 11543f23b8 info cleanup 2015-09-04 13:44:40 -04:00
Dave Eddy 7a7c204140 style fixes 2015-09-04 13:01:55 -04:00
Trent Mick 411659180f bash completion support 2015-09-04 00:09:19 -07:00
Trent Mick f6f0843200 right alignment of numerical columns for 'triton pkgs' 2015-09-03 23:52:12 -07:00
Dave Eddy de2a462f16 triton info cleanup, fixes #8 2015-09-03 18:24:39 -04:00
Dave Eddy edcc2a52ed Merge pull request #10 from joyent/dave.eddy-1441318327
use mkdirp to create cache directories
2015-09-03 18:19:18 -04:00
Dave Eddy f3aad05fc9 use mkdirp to create cache directories 2015-09-03 18:12:08 -04:00
Dave Eddy e48395d446 add common.getCliTableOptions for tabula
- common tabula options managed in "common"
- "datacenters" and "services" pass raw data with -j
2015-09-03 18:09:21 -04:00
Trent Mick 19ede6e489 joyent/node-triton#7 "triton create" could better handle missing package argument 2015-09-03 10:19:02 -07:00
Dave Eddy 804fe155b9 sprintf was a lie - use format everywhere 2015-09-03 00:02:40 -04:00
Dave Eddy 716976efa8 pass create data in post body 2015-09-03 00:02:09 -04:00
Dave Eddy 1cc87edb0f per-profile cache directory using account+url slug 2015-09-02 23:48:14 -04:00
Dave Eddy da8e13b45e more assertions in common, ensure tests run with assertions 2015-09-02 23:30:07 -04:00
Dave Eddy b6e4c06742 tabula changes
- "datacenters" and "services" both use tabula
- comman tabula options moved to common
2015-09-02 23:24:08 -04:00
Dave Eddy 782c82faa7 remove executable bits on non-executable files 2015-09-02 16:33:30 -04:00
Dave Eddy c3a91411f9 lots of unit tests 2015-09-02 15:38:27 -04:00
Trent Mick 018c46ef43 'make check' clean 2015-09-02 10:47:06 -07:00
Trent Mick 4064b93c8e joyent/node-triton#5 show usage info on usage errors 2015-09-02 01:04:20 -07:00
Trent Mick 58a7c9977b joyent/node-triton#4 triton networks/network to support shortId as well and to include fabric
flag
2015-09-02 00:03:17 -07:00
Dave Eddy ae8a19d568 quick jsstyle cleanup 2015-09-01 15:03:52 -04:00
Dave Eddy 0d53e878e9 javascript lint cleanup 2015-09-01 14:51:02 -04:00
Dave Eddy d76535b4d2 negative sizes support, add more tests 2015-09-01 13:47:35 -04:00
Trent Mick 12c9cb64a6 Factor out spinner to prep for using it for 'triton wait'.
Also refactor 'triton wait' for debuggability and to avoid possible
multiple calls to the callback.
2015-09-01 10:44:34 -07:00
Trent Mick 9241f90ccf 'make check-jsl' clean 2015-09-01 10:44:34 -07:00
Dave Eddy 42f0ee5a41 fix bug in humanSizeFromBytes 2015-09-01 13:44:10 -04:00
Dave Eddy c4f85db8d8 support for `triton ssh user@id` 2015-09-01 10:16:42 -04:00
Trent Mick 333c47ae26 a start at a test framework 2015-09-01 00:31:00 -07:00
Trent Mick 3c90b321fd a very small start at 'make check' clean 2015-08-31 16:56:26 -07:00
Trent Mick fd0fa369ab triton wait: change signature to take states as an arg, and multiple separate instance name/id args 2015-08-31 15:16:58 -07:00
Trent Mick 022471afa7 triton packages: make --human the default, use -p to override. Nicer, some what kludged sorting by group and memory 2015-08-31 15:16:58 -07:00
Dave Eddy 016e2d94f0 unnecessary call to common function 2015-08-31 17:14:48 -04:00
Trent Mick dfc3e013b6 'triton insts' default output changes
Change default short and --long output of 'triton insts' somewhat
per feedback from Angela.

I also dropped validFields and turned on dottedLookup so you can do
stuff like:
    triton insts -o shortid,name,tags.foo,metadata.root_authorized_keys
2015-08-31 13:11:34 -07:00
Trent Mick e145090c79 Fix handling of SDC_TESTING envvar (really really this time) 2015-08-31 12:31:06 -07:00
Trent Mick 1b2ed0758e Fix handling of SDC_TESTING envvar 2015-08-31 12:23:20 -07:00
Trent Mick 5e3efa02a6 'triton packages --human' for M/G/T units on sizes 2015-08-31 12:13:17 -07:00
Trent Mick 233e8ee784 reduce mkdir noise in log for every 'triton ...' run
E.g.:
    $ triton -v inst 1c7f40f6-a253-49f3-94d6-8f0656440696 2>&1 | bunyan
    [2015-08-31T17:57:02.682Z]  INFO: triton/24726 on danger0.local (/Users/trentm/joy/node-triton/lib/cli.js:188): failed to make dir /Users/trentm/.triton (err.code=EEXIST)
        Error: EEXIST, file already exists '/Users/trentm/.triton'
            at Object.fs.mkdirSync (fs.js:654:18)
            at /Users/trentm/joy/node-triton/lib/cli.js:186:24
            at Array.forEach (native)
            at CLI.triton (/Users/trentm/joy/node-triton/lib/cli.js:184:29)
            at CLI.do_instance (/Users/trentm/joy/node-triton/lib/do_instance.js:16:9)
            at CLI.dispatch (/Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:664:13)
            at /Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:425:18
            at CLI.init (/Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:477:5)
            at CLI.init (/Users/trentm/joy/node-triton/lib/cli.js:221:26)
            at CLI.main (/Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:404:10)
    [2015-08-31T17:57:02.684Z]  INFO: triton/24726 on danger0.local (/Users/trentm/joy/node-triton/lib/cli.js:188): failed to make dir /Users/trentm/.triton/cache (err.code=EEXIST)
        Error: EEXIST, file already exists '/Users/trentm/.triton/cache'
            at Object.fs.mkdirSync (fs.js:654:18)
            at /Users/trentm/joy/node-triton/lib/cli.js:186:24
            at Array.forEach (native)
            at CLI.triton (/Users/trentm/joy/node-triton/lib/cli.js:184:29)
            at CLI.do_instance (/Users/trentm/joy/node-triton/lib/do_instance.js:16:9)
            at CLI.dispatch (/Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:664:13)
            at /Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:425:18
            at CLI.init (/Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:477:5)
            at CLI.init (/Users/trentm/joy/node-triton/lib/cli.js:221:26)
            at CLI.main (/Users/trentm/joy/node-triton/node_modules/cmdln/lib/cmdln.js:404:10)
    ...
2015-08-31 11:16:58 -07:00