Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

ministry-of-silly-code/buddy_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Buddy cli

Onboarding tool for experiment buddy

Installation

From repo

git clone [email protected]:ministry-of-silly-code/buddy_cli.git
cd buddy_cli
pip install -e ./buddy-cli

Directly from pip

pip install git+https://github.com/ministry-of-silly-code/buddy_cli.git@master\#egg\=buddy_cli

Usage

Interactive

buddy-init --destination <your_awesome_project>
cd <your_awesome_project>

With options

buddy-init --destination sadafa -y --setup_mila_user <your_awesome_user>
cd <your_awesome_project>

Help

buddy-init --help

To test within a Docker container

docker build -t buddy-cli-install --build-arg ssh_prv_key="$(cat ~/.ssh/<private_key>)" --build-arg ssh_pub_key="$(cat ~/.ssh/<public_key>.pub)" --squash
docker run -it buddy-cli-install -v ~/.ssh:/root/.ssh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published