clever-tools
clever-tools copied to clipboard
The official command line interface for Clever Cloud
Some commands require an organisation ID to be passed as an command line option. In demos, when we create an app for example, it would be easier to have an...
`clever deploy` and some other commands use the "default" linked application. It would be great to log that application's alias/id/name when issuing these commands. E.g. for `clever deploy`: ``` Pushing...
Something like this: - List ssh keys: `clever sshkeys` (would list each key with its name and fingerprint) - Add ssh key: `clever sshkeys add ` (name could be an...
``` ~ $ clever addon -o (node:30859) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'constructor' of null at /snapshot/clever-tools_1.5.0-beta.6/node_modules/colors/lib/colors.js:108:34 at Array.map () at Function.applyStyle (/snapshot/clever-tools_1.5.0-beta.6/node_modules/colors/lib/colors.js:107:18) at Function.builder (/snapshot/clever-tools_1.5.0-beta.6/node_modules/colors/lib/colors.js:78:23) at /snapshot/clever-tools_1.5.0-beta.6/src/commands/addon.js:23:23 at Array.map...
Right now, with the new isomorphic-git based clever-tools, we cannot deploy a tag. We have identified why isomorphic-git cannot do it (for now), filed [an issue](https://github.com/isomorphic-git/isomorphic-git/issues/520) and proposed [a solution](https://github.com/isomorphic-git/isomorphic-git/pull/521)....
I try to build clever-tools on ARM rasberry with rasbian. First, I dit a npm install. I doesnt compile because of update-notifier dependency not found. So I checkout the update-notifier...