Skip to content

chewytek/platform-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

Platform CLI is the official command line shell and Unix scripting interface for Platform. It ships with all the useful commands to interact with your Platform projects.

Total Downloads

REQUIREMENTS

INSTALL/UPDATE - COMPOSER

  • Make sure Composer's global bin directory is on the system PATH (recommended):

      $ sed -i '1i export PATH="$HOME/.composer/vendor/bin:$PATH"' $HOME/.bashrc
      $ source $HOME/.bashrc
    
  • To install the stable version:

      composer global require "commerceguys/platform-cli=1.0.*"
    
  • To update to a newer version:

      composer global update
    
  • Add the platform command to your PATH (use your own path):

      export PATH=$PATH:$HOME/.composer/vendor/bin
    

USAGE

Platform CLI can be run in your shell by typing platform.

$ platform

Use the 'help' command to get a list of available options and commands:

$ platform help

FAQ

  Q: What does "CLI" stand for?
  A: Command Line Interface.

CREDITS

About

Platform Command Line Interface (CLI) is a unified tool to manage your Platform services.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors