Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

platformercloud/platformer-cli-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platformer CLI

Platformer CLI

Platformer Tools can be used to manage, and deploy your Platformer project from the command line.

  • Deploy code and assets to your Platformer projects
  • Covert configuration files to K8s format.

To get started with the Platformer CLI, read the full list of commands below

Install

go get platformer/cli

Options

-V, --version - output the version number
-P, --project <alias_or_project_id> - the Platformer project to use for this command
--token <token> - supply an auth token for this command
-h, --help - output usage information
--debug - print verbose debug output and keep a debug log file

Commands

  • platformer init - Creates a scaffolding project if run from an empty directory. If run from an existing source directory, converts it to a project directory by creating a .platformer directory.
  • platformer login - Log the CLI into Platformer
  • platformer logout - Log the CLI out of the Platformer
  • platformer convert <type> - CLI convert existing configuration to different configuration files
  • platformer project list - List all Platformer projects
  • platformer deploy - Deploy
  • platformer help - Display help information
  • platformer use - Set an active Platformer for your working directory.
  • platformer select - Select your default organization or project .

About

Platformer CLI which allows you to manage, and deploy your Platformer project from the command line.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages