CLI tool for performing CRUD operations on bill of materials (BOM) data & assembly instructions data, using the dof-cubesat schema.
- linkml v1.5.6+
 - git
 
Recursively clone and cd into the cubesat-cli repo
git clone --recurse-submodules https://github.com/ODU-CGA-CubeSat/cubesat-cli.git
cd cubesat-cliInstall cubesat-cli in ~/.cubesat-cli
./gradlew installUpdate ~/.bashrc to add ~/.cubesat-cli/bin to PATH
printf '\n# cubesat-cli\nexport PATH="$PATH:$HOME/.cubesat-cli/bin"' >> ~/.bashrcUpdate interactive shell with changes made to ~/.bashrc
source ~/.bashrc