How to access platfrom.sh data from Command line interface, setup process?

153 Views Asked by At

I want to access all Platform.sh data from command line interface, any Platform.sh users can you pls help me how to setup the process. How to access project user access list using command line interface

How to use below script in cmd :

p user:list -p PROJECTID --- To list users

How to connect platform.sh to cmd,

1

There are 1 best solutions below

0
tylersDisplayName On

I think by CMD you mean Windows CMD, correct?

For Windows you will use Scoop.

# Platform.sh Docs: https://docs.platform.sh/administration/cli.html

scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git
scoop install platform

Scoop must be installed via Windows PowerShell (see instructions here), but once installed it can be used from CMD