Skip to content

Command Line Tools For FuncEasy Deployment and Resource Generation

License

Notifications You must be signed in to change notification settings

FuncEasy/funceasy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funceasy-cli

Command Line Tools For FuncEasy Deploy and Resource Generation

Install the CLI

export RELEASE=(${the version})
export OS=$(uname -s| tr '[:upper:]' '[:lower:]')
curl -OL https://github.com/FuncEasy/funceasy-cli/releases/download/$RELEASE/funceasy-cli-$OS-amd64.zip && \
unzip funceasy-cli-$OS-amd64.zip && \
sudo mv ./funceasy-cli /usr/local/bin/

Usage

funceasy-cli --help

About

Command Line Tools For FuncEasy Deployment and Resource Generation

Resources

License

Stars

Watchers

Forks

Packages

No packages published