lando-platformsh
v1.0.1
Published
Install and execute the Platform.sh Cli within Lando Services.
Downloads
18
Readme
Lando Platformsh
Lando Platformsh allows developers exeute Platformsh Cli commands from within Lando services.
Install
yarn add lando-platformsh -d- If Lando Plugin Anywhere is not already installed, execute:
./node_modules/.bin/lando-pa.jsor, if it is installed globally,lando-pa.
Now, give it a try from within your project root directory (where your package.json is configured): lando platform list. Or execute within a specific service: lando platform list --service
Key Points
- This plugin depends on and installs
lando-plugin-anywherewhich allows this plugin to be autoloaded from yournode_modulesdirectory of your project.
