Aurélien HÉBERT

Results 42 comments of Aurélien HÉBERT

Its probably a task to split by command

I did some QA: - :heavy_check_mark: create a task (`clever create -t node --task` - ❌ when `--task` is empty - ❌ when I tried to create a node app...

Thanks for the patch. It's maybe that I have wrongly understood what is an application task :) An application task with no `CC_RUN_COMMAND` set could exist? Otherwise I would maybe...

I reproduce it too, as @sebartyr we have: ```sh node --version v21.7.1 ```

The step I did: ```sh yay clever-tools sha256sum /usr/bin/clever # 505fd73e846aabaf718f42c2e4f26fd52d54a4cd6d3c778a6ba371212ce81a78 /usr/bin/clever node --version # v18.15.0 uname -r # 6.8.2-arch2-1 /usr/bin/clever diag # Pkg: Error reading from file. ``` The...

I think my first implementation is a bit limited. Maybe we could implement a more generic Split String function that will allow us to apply a list of predicates. What...

We have a proposal to implement a few options for both the `restart` and the `deploy` commands: ## Timeout First, a timeout option will be implemented. ### Behavior This option...

After the PR proposal of a Watch option in the CLI, by adding a new `watch` boolean we are adding a new boolean option similar to the `follow` one. This...

Resuming: - Make clever link optional and allow appId on all commands: - Which commands? - AppId place in a command? For example it could the first argument - What...

Detect that an application is a GitHub one is quick. However pushing to GitHub is a complicated task to overcome that we won't do at the moment. Note: on the...