cli icon indicating copy to clipboard operation
cli copied to clipboard

The unified tool for managing your Platform.sh services from the command line.

Results 45 cli issues
Sort by recently updated
recently updated
newest added

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...

CLI

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: ![image](https://github.com/platformsh/cli/assets/1465106/4ec20098-2915-423b-ae71-15a62080f62d)

CLI

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...

bug

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...

dependencies

``` # 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:...

bug

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...

enhancement

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...

legacy

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....

bug
linux