cli
cli copied to clipboard
The unified tool for managing your Platform.sh services from the command line.
Would supersede #164
It seems like currently users have to use the API to manage activity scripts variables (add, delete, update). See https://docs.platform.sh/integrations/activity.html#activity-script-variables It would be nice to be able to use platform...
For example, if originally installed as root, and then run as non-root, the CLI may fail with no output, because it can't access its temporary files: 
Steps to reproduce: 1. Run `platform --version` 2. Run `platform list | head -n 1` 3. Both commands should output the same version ## Technical details The CLI version should...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
``` # BEGIN: Upsun certificate configuration Host *.platform.sh *.upsun.com Include /Users/shyim/.upsun-cli/ssh/*.config Host * # END: Upsun certificate configuratio ``` The complete `.upsun-cli` folder should be at `~/Library/Application\ Support/upsun-cli` See https://pkg.go.dev/os#UserConfigDir
``` ❯ ../upsun push Selected project: test (ismaivrbmrny6) Pushing HEAD to the environment main (type: production) of project test (ismaivrbmrny6) Are you sure you want to continue? [Y/n] Y fish:...
If there is an update, then every single command shows the warning about the available update, bloating the output. I'd appreciate it if that message would only be displayed once...
When a credit card is required to verify a free trial (upsun), the `project:create` command will fail until a card has been added. At the moment if you don't belong...
This should - in theory - use the `apt` installation method and work as expected. It seems like this is an issue on Cloudsmith's side that needs to be investigated....