node-triton
                                
                                 node-triton copied to clipboard
                                
                                    node-triton copied to clipboard
                            
                            
                            
                        Triton client tool and node.js library
Hi, Under Git Bash (installed using the Git tooling), using `triton ssh` works as expected under: ``` $ ssh -V OpenSSH_7.3p1, OpenSSL 1.0.2j 26 Sep 2016 ``` However, if you...
E.g. for dev/testing DCs. Also docs around insecure:true.
It would be nice if `triton` allowed filtering networks based on whether they're fabrics. Currently: ``` cpm@enlil ~ % triton networks fabric=true triton network list: error (Usage): invalid key: "fabric"...
`triton ssh` looks up the image to see if it should use the ubuntu user for ssh instead of root. If the image has been disabled, or otherwise can't be...
It might be nice if either `triton profile edit` or a top-level `triton profile rename` existed so one could edit the name of the profile and rename it without doing...
`triton volume create` has a `--wait` switch. There should also be `triton volume wait` similar to `triton inst wait`.
Right now I make frequent use of `triton -p foo -k $TRITON_KEY_ID`. I'd like a way to indicate in the profile that it should use the env key without having...
For node-triton we currently manually maintain a human readable `CHANGES.md` file that includes almost all commits. Because node-triton isn't packaged as part of Triton proper it is not included in...
This is probably a pattern that could work for several of the subcommands: If only a single running instance exists, assume that the user is referring to that. Currently, most...
When I `triton profile create` I get a list of keys like this: ``` The fingerprint of the SSH key you want to use to authenticate with CloudAPI. Specify the...