A CLI for interacting with the MISSIM platform
Project description
MISSIM CLI
Publicly available on PyPi for convenience but if you don't work at Greenroom Robotics, you probably don't want to use this.
Install
- For development:
pip install -e ./packages/missim_config
pip install -e ./tools/missim_cli
- For production:
pip install missim-cli
- You may also need to
export PATH=$PATH:~/.local/bin
if you don't have~/.local/bin
in your path - Install autocomplete:
- bash:
echo 'eval "$(_MISSIM_COMPLETE=bash_source missim)"' >> ~/.bashrc
- zsh:
echo 'eval "$(_MISSIM_COMPLETE=zsh_source missim)"' >> ~/.zshrc
(this is much nicer) - If using zsh, the git checker plugin make terminal slow. Suggest you run
git config oh-my-zsh.hide-info 1
in the zsh terminal inside the repo
- bash:
Usage
missim --help
to get help with the CLI
Dev mode
MISSIM CLI can be ran in dev mode. This will happen if it is installed with pip install -e ./tools/missim
or if the environment variable MISSIM_CLI_DEV_MODE
is set to true
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
missim_cli-1.15.3.tar.gz
(12.3 kB
view details)
Built Distribution
File details
Details for the file missim_cli-1.15.3.tar.gz
.
File metadata
- Download URL: missim_cli-1.15.3.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb79dadcf567a292086db35eef9e32135e13a274867503b976cc241babe8c8ec |
|
MD5 | 1d6dfbe3e28f09633527936a94205a41 |
|
BLAKE2b-256 | 0c431aae70e133818974d50f0a7aba175e8ad8ceb0b8fbf625be13824cc6861c |
File details
Details for the file missim_cli-1.15.3-py3-none-any.whl
.
File metadata
- Download URL: missim_cli-1.15.3-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc7608893a65b996a8832b352990f0f9b63a1c2c2e91fa94088d7c1808b709e5 |
|
MD5 | 7bbd467848fe267f58f6aaff58974aba |
|
BLAKE2b-256 | ab2dee6c74b7f5153f0b3e2cecc5fcc1c576a0c535d160d6d0a5b9d1f565866f |