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

Latest commit

 

History

History
41 lines (33 loc) · 870 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 870 Bytes

#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