# 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/97/07/682a2c317d92f2027128c5470899ab79377c92c3a981695078579656f2e5/marops_cli-3.6.4.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.6.4",
"project_urls": {
"Homepage": "https://github.com/Greenroom-Robotics/marops"
},
"split_keywords": [
"colcon"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c2a3e7c2a5e7cc3c7b816e814aad0f62ecd4da8a9ba29001f2bd9198489c1200",
"md5": "bf730fe3562353dfc7c328d45226c7b9",
"sha256": "3599b75b4582383f3076bd33ca44de80205f5e9d9d47e7276d0f696b8e619018"
},
"downloads": -1,
"filename": "marops_cli-3.6.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf730fe3562353dfc7c328d45226c7b9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11617,
"upload_time": "2024-12-13T07:43:37",
"upload_time_iso_8601": "2024-12-13T07:43:37.928635Z",
"url": "https://files.pythonhosted.org/packages/c2/a3/e7c2a5e7cc3c7b816e814aad0f62ecd4da8a9ba29001f2bd9198489c1200/marops_cli-3.6.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9707682a2c317d92f2027128c5470899ab79377c92c3a981695078579656f2e5",
"md5": "4ba8f144f089f6533db12169daf8889c",
"sha256": "6c8856554cc73457340321c8bdaf1f45adc017e46174d4a2652793b058a087b7"
},
"downloads": -1,
"filename": "marops_cli-3.6.4.tar.gz",
"has_sig": false,
"md5_digest": "4ba8f144f089f6533db12169daf8889c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9234,
"upload_time": "2024-12-13T07:43:38",
"upload_time_iso_8601": "2024-12-13T07:43:38.827317Z",
"url": "https://files.pythonhosted.org/packages/97/07/682a2c317d92f2027128c5470899ab79377c92c3a981695078579656f2e5/marops_cli-3.6.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 07:43:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Greenroom-Robotics",
"github_project": "marops",
"github_not_found": true,
"lcname": "marops-cli"
}