node-triton icon indicating copy to clipboard operation
node-triton copied to clipboard

Triton client tool and node.js library

Results 75 node-triton issues
Sort by recently updated
recently updated
newest added

Hi, I don't think there is anything that can be done to fix this within node-triton, but wanted to document it just in case. The rather unique way Cygwin handles...

I am running node,js vv9.3.0 on Window 10 and attempting to SSH to a server. I followed the instructions in this doc (https://docs.joyent.com/public-cloud/api-access/cloudapi) but erred when using the command triton...

With PUBAPI-1428, cloudapi 8.3 will support an affinity field with CreateMachine rather than node-triton's current (and relatively poor) translation of `triton inst create -a RULE ...` to locality hints. 1....

Currently, node-triton supports specifying volumes that a container mounts using a syntax similar to docker run's `-v` command line option: ``` $ triton create -n some-container-name -v some-volume:/mountpoint:ro ``` This...

nfs-volumes

Currently the User-Agent for cloudapi requests from node-triton are set in lib/cloudapi2.js to "triton/$ver ($archInfo; node/$nodever)". That value is the same whether the `triton` CLI is being used, or if...

Users should be able to enter: ``` $ triton volume create -s ``` and see a list of available volume sizes to choose from.

nfs-volumes

Currently, I only know how to get this with `triton cloudapi /my/config`. It would be nice if `triton network list` or `triton network list -l` would indicate which network was...

Once #197 is integrated, it would be good to have a test for it as well. This will need to include node-manta in devDependencies to remove any images exported to...

All call sites for `objFromKeyValueArgs` pass the value `true` for the `disableDotted` option. Thus, it seems we could drop that option and just not provide support for dotted values in...