Skip to content

Pulu CLI is a command line interface for managing Pulu infrastructure.

Notifications You must be signed in to change notification settings

vives-projectwerk-2021/pulu-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulu CLI

Usage

Login

You can easly login into the production or staging servers by running pulu login [production/staging]
When logging in, the proxy gateway will check if you have the right permissions. (you must be in the devops group)

Install from release

Linux

sudo curl -L https://github.com/vives-projectwerk-2021/pulu-cli/releases/latest/download/pulu-linux -o /usr/local/bin/pulu && sudo chmod +x /usr/local/bin/pulu

MacOS

sudo curl -L https://github.com/vives-projectwerk-2021/pulu-cli/releases/latest/download/pulu-macos -o /usr/local/bin/pulu && sudo chmod +x /usr/local/bin/pulu

Windows

Guide to install the pulu-cli

download the pulu executable from github

Download the pulu.exe for windows.

github package

make a new folder to put the executable in

make folder

paste the executable in the folder

make folder

search for the tab "edit the system environment variables"

make folder

search for the path variable

make folder

add a new variable to path

make folder

check if the pulu-cli works
(base) PS C:\Users\simon> pulu
pulu is a command line interface for managing the pulu infrastructure.

Usage:
  pulu [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  help        Help about any command
  login       login

Flags:
  -h, --help   help for pulu

Use "pulu [command] --help" for more information about a command.

Install from source

make

About

Pulu CLI is a command line interface for managing Pulu infrastructure.

Resources

Stars

Watchers

Forks