clever-tools icon indicating copy to clipboard operation
clever-tools copied to clipboard

The official command line interface for Clever Cloud

Results 213 clever-tools issues
Sort by recently updated
recently updated
newest added

Most CLIs offer a --no-color option to avoid having messages containing color codes. Here's an example with a simple Rust system call: ```Rust stderr: "\u{1b}[1m\u{1b}[31m[ERROR] \u{1b}[39m\u{1b}[22mYou do not belong to...

enhancement
priority:low

Fix #649 I checked the code is OK printing the `this.disabled` value of the `update-notifier` package

As mentioned in #636, the options starting with `--no-` need a special treatment and `--no-update-notifier` is not recognized as a working option. So we should change how the user can...

Running `clever logs --addon ADDON_ID` without having any linked apps triggers this error: ``` [ERROR] There are no applications linked. You can add one with `clever link` ``` This should...

bug

enhancement
priority:medium
complexity:quick-win

update to last LTS version of node bump dependencies to reduce security alerts

To create a task a user need to know it exists and add manually `CC_TASK=true`. It could be great to create en app as a task with a `--task` flag...

discussing-design

Right now `clever database backups download` fails if the backup is more than 200MB. This limit comes from superagent. We should move to a streaming implementation (native fetch or undici)...

enhancement
complexity:average

The following command `clever database backups download --output=clever-mysql-prod.sql.gz` returns an error (it seems to be when the backup file is too big) : `[ERROR] Maximum response size reached` I suggest...

enhancement
discussing-design
priority:low