cli
cli copied to clipboard
The unified tool for managing your Platform.sh services from the command line.
Fixes #129
Expose the available Platform.sh regions via a simple CLI command consuming the publicly available `/regions` API. Currently, the infos can be extracted via `upsun api:curl regions` but it'd be much...
Tested both w/ legacy CLI and the new one. ``` dyld: lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow Referenced from: /var/folders/_k/sr5288h53pldvd86w5dqtvqc0000gn/T/platformsh-cli-8.0.30-4.10.2/php-8.0.30 (which was built for Mac OS X 11.0)...
Unlike other `project` subcommands (e.g. `info`, `list`, `create`, `etc`), the `init` command is not available: ```shell $ upsunstg p:init [CommandNotFoundException] Command "p:init" is not defined. ``` Possibly not implemented yet...
Hi, We always need to do tunnel:close when the tunnel got exited when a rebuild is done on the environment or if we CTRL+C It would be great to close...
Saves static hashes for each file and checks their size / hash on each run For Windows it's a little different because the files are extracted Suggestion for #92
For `route:list` a feature flag to exclude the type `redirect` to see only the `upstream` routes would be really helpful.
When running the Legacy CLI and there is a non-zero exit code, we should check file hashes and permissions and if needed cleanup the cache directory. ```[tasklist] ### Tasks ```
The new CLI should be able to get the currently authenticated credentials, as stored by the Legacy CLI on disk. If the CLI is not authenticated, it should dispatch to...
Currently, we have only implemented `project:init` command in the new CLI. This command was separate and did not need interoperability with the Legacy CLI, in terms of authentication and configuration....