Skip to content

avito-tech/Emcee.cloud-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Command-Line interface for Emcee.cloud

Instalation

MacOS

Brew

brew tap avito-tech/tap && brew install emcee-cloud

Terminal

curl --location https://github.com/avito-tech/Emcee.cloud-CLI/releases/download/{VERSION}/emcee-cloud_Darwin_all.tar.gz --output emcee-cloud_Darwin_all.tar.gz
tar -xzf emcee-cloud_Darwin_all.tar.gz /usr/bin/emcee-cloud
chmod +x /usr/bin/emcee-cloud
xattr -dr com.apple.quarantine /usr/bin/emcee-cloud

Linux

Terminal

curl --location https://github.com/avito-tech/Emcee.cloud-CLI/releases/download/{VERSION}/emcee-cloud_Linux_{CPU_ARCHITECTURE}.tar.gz --output emcee-cloud_Linux_{CPU_ARCHITECTURE}.tar.gz
tar -xzf emcee-cloud_Linux_{CPU_ARCHITECTURE}.tar.gz /usr/bin/emcee-cloud
chmod +x /usr/bin/emcee-cloud

Documentation

For quick reference you can use emcee-cloud --help command

For more information check our documentation