# MarOps CLI
Publicly available on [PyPi](https://pypi.org/project/marops-cli/) 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 ./libs/marops_config`
* `pip install -e ./tools/marops_cli`
* For production: `pip install marops-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 "$(_MAROPS_COMPLETE=bash_source marops)"' >> ~/.bashrc`
* zsh: `echo 'eval "$(_MAROPS_COMPLETE=zsh_source marops)"' >> ~/.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
## Usage
* `marops --help` to get help with the CLI
## Dev mode
MarOps CLI can be ran in dev mode. This will happen if it is installed with `pip install -e ./tools/marops` or if the environment variable `MAROPS_CLI_DEV_MODE` is set to `true`.
Raw data
{
"_id": null,
"home_page": "https://github.com/Greenroom-Robotics/marops",
"name": "marops-cli",
"maintainer": "David Revay",
"docs_url": null,
"requires_python": null,
"maintainer_email": "david.revay@greenroomrobotics.com",
"keywords": "colcon",
"author": "Greenroom Robotics",
"author_email": "team@greenroomrobotics.com",
"download_url": "https://files.pythonhosted.org/packages/12/65/25a3f566926f6e6f6c754fd09a4580168699867cecac51c78b864f48bc96/marops_cli-3.9.0.tar.gz",
"platform": null,
"description": "# MarOps CLI\n\nPublicly available on [PyPi](https://pypi.org/project/marops-cli/) for convenience but if you don't work at Greenroom Robotics, you probably don't want to use this.\n\n## Install\n\n* For development:\n * `pip install -e ./libs/marops_config`\n * `pip install -e ./tools/marops_cli`\n* For production: `pip install marops-cli`\n* You may also need to `export PATH=$PATH:~/.local/bin` if you don't have `~/.local/bin` in your path\n* Install autocomplete:\n * bash: `echo 'eval \"$(_MAROPS_COMPLETE=bash_source marops)\"' >> ~/.bashrc`\n * zsh: `echo 'eval \"$(_MAROPS_COMPLETE=zsh_source marops)\"' >> ~/.zshrc` (this is much nicer)\n * 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\n\n## Usage\n\n* `marops --help` to get help with the CLI\n\n## Dev mode\n\nMarOps CLI can be ran in dev mode. This will happen if it is installed with `pip install -e ./tools/marops` or if the environment variable `MAROPS_CLI_DEV_MODE` is set to `true`.\n",
"bugtrack_url": null,
"license": "Copyright (C) 2023, Greenroom Robotics",
"summary": "A CLI for interacting with the MarOps platform",
"version": "3.9.0",
"project_urls": {
"Homepage": "https://github.com/Greenroom-Robotics/marops"
},
"split_keywords": [
"colcon"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2954df5486cfcc5b91a911d80b557f4a6bc2f4d9051c3d922082ce0eefe36c07",
"md5": "0d2b74fe565c27d293ced0d9333def86",
"sha256": "f1f86647d9bc6807b2c439a74d326db92061d29cd0801857135c5c38f3e69d43"
},
"downloads": -1,
"filename": "marops_cli-3.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0d2b74fe565c27d293ced0d9333def86",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 12968,
"upload_time": "2025-07-24T06:36:11",
"upload_time_iso_8601": "2025-07-24T06:36:11.770577Z",
"url": "https://files.pythonhosted.org/packages/29/54/df5486cfcc5b91a911d80b557f4a6bc2f4d9051c3d922082ce0eefe36c07/marops_cli-3.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "126525a3f566926f6e6f6c754fd09a4580168699867cecac51c78b864f48bc96",
"md5": "660656015743acfb9975c62aca3b5653",
"sha256": "555522b969c340198bfae737815e168c268e1e8f6f9738294a9245ad0a287e00"
},
"downloads": -1,
"filename": "marops_cli-3.9.0.tar.gz",
"has_sig": false,
"md5_digest": "660656015743acfb9975c62aca3b5653",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10497,
"upload_time": "2025-07-24T06:36:12",
"upload_time_iso_8601": "2025-07-24T06:36:12.680890Z",
"url": "https://files.pythonhosted.org/packages/12/65/25a3f566926f6e6f6c754fd09a4580168699867cecac51c78b864f48bc96/marops_cli-3.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 06:36:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Greenroom-Robotics",
"github_project": "marops",
"github_not_found": true,
"lcname": "marops-cli"
}