Name | devstack-cli JSON |
Version |
11.0.80
JSON |
| download |
home_page | None |
Summary | Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack |
upload_time | 2025-02-05 04:23:15 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# DevStack CLI
The `devstack-cli` provides command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).
## Installation
The following binaries must be installed to be able to use `devstack-cli`:
* `ssh`
* `ssh-keyscan`
* `rsync`
* `git`
On Debian/Ubuntu the packages can be installed with
```
apt install openssh-client rsync git
```
Then you can install `devstack-cli` by running
```
python -m pip install devstack-cli
```
## Usage
```
usage: cli.py [-h] [-c CONFIG_FILE] [--workspace-url WORKSPACE_URL] [-u USER_NAME] [--maximum-uptime-hours MAXIMUM_UPTIME_HOURS] [-n CDE_NAME] [-s] [--stop] [-w] [-o] [-p] [-f] [-l] [-t] [-q] [-v] [-V]
options:
-h, --help show this help message and exit
-c CONFIG_FILE, --config-file CONFIG_FILE
path to a devstack-cli configuration file
--workspace-url WORKSPACE_URL
the URL of your Cloudomation workspace
-u USER_NAME, --user-name USER_NAME
a user name to authenticate to the Cloudomation workspace
--maximum-uptime-hours MAXIMUM_UPTIME_HOURS
the number of hours before an CDE is automatically stopped
-n CDE_NAME, --cde-name CDE_NAME
the name of the CDE
-s, --start start CDE
--stop stop CDE
-w, --wait-running wait until CDE is running. implies "--start".
-o, --connect connect to CDE. implies "--start" and "--wait-running".
-p, --port-forwarding
enable port-forwarding. implies "--start", "--wait-running", and "--connect".
-f , --file-sync enable file-sync implies "--start", "--wait-running", and "--connect".
-l, --logs enable following logs implies "--start", "--wait-running", and "--connect".
-t, --terminal open interactive terminal implies "--start", "--wait-running", and "--connect".
-q, --quit exit after processing command line arguments.
-v, --verbose enable debug logging
-V, --version show program's version number and exit
```
## Support
`devstack-cli` is part of Cloudomation DevStack and support is provided to you with an active subscription.
## Authors and acknowledgment
Cloudomation actively maintains the `devstack-cli` command line tool as part of Cloudomation DevStack
## License
Copyright (c) 2025 Starflows OG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Raw data
{
"_id": null,
"home_page": null,
"name": "devstack-cli",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Stefan M\u00fcckstein <stefan@cloudomation.com>",
"download_url": "https://files.pythonhosted.org/packages/5e/b6/4adb3b8c91df9da65deb346cd4e7bb86d3816deada7929ba86a7180cceba/devstack_cli-11.0.80.tar.gz",
"platform": null,
"description": "# DevStack CLI\n\nThe `devstack-cli` provides command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).\n\n## Installation\n\nThe following binaries must be installed to be able to use `devstack-cli`:\n\n* `ssh`\n* `ssh-keyscan`\n* `rsync`\n* `git`\n\nOn Debian/Ubuntu the packages can be installed with\n\n```\napt install openssh-client rsync git\n```\n\nThen you can install `devstack-cli` by running\n\n```\npython -m pip install devstack-cli\n```\n\n## Usage\n\n```\nusage: cli.py [-h] [-c CONFIG_FILE] [--workspace-url WORKSPACE_URL] [-u USER_NAME] [--maximum-uptime-hours MAXIMUM_UPTIME_HOURS] [-n CDE_NAME] [-s] [--stop] [-w] [-o] [-p] [-f] [-l] [-t] [-q] [-v] [-V]\n\noptions:\n -h, --help show this help message and exit\n -c CONFIG_FILE, --config-file CONFIG_FILE\n path to a devstack-cli configuration file\n --workspace-url WORKSPACE_URL\n the URL of your Cloudomation workspace\n -u USER_NAME, --user-name USER_NAME\n a user name to authenticate to the Cloudomation workspace\n --maximum-uptime-hours MAXIMUM_UPTIME_HOURS\n the number of hours before an CDE is automatically stopped\n -n CDE_NAME, --cde-name CDE_NAME\n the name of the CDE\n -s, --start start CDE\n --stop stop CDE\n -w, --wait-running wait until CDE is running. implies \"--start\".\n -o, --connect connect to CDE. implies \"--start\" and \"--wait-running\".\n -p, --port-forwarding\n enable port-forwarding. implies \"--start\", \"--wait-running\", and \"--connect\".\n -f , --file-sync enable file-sync implies \"--start\", \"--wait-running\", and \"--connect\".\n -l, --logs enable following logs implies \"--start\", \"--wait-running\", and \"--connect\".\n -t, --terminal open interactive terminal implies \"--start\", \"--wait-running\", and \"--connect\".\n -q, --quit exit after processing command line arguments.\n -v, --verbose enable debug logging\n -V, --version show program's version number and exit\n```\n\n## Support\n\n`devstack-cli` is part of Cloudomation DevStack and support is provided to you with an active subscription.\n\n## Authors and acknowledgment\n\nCloudomation actively maintains the `devstack-cli` command line tool as part of Cloudomation DevStack\n\n## License\n\nCopyright (c) 2025 Starflows OG\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
"bugtrack_url": null,
"license": null,
"summary": "Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack",
"version": "11.0.80",
"project_urls": {
"Documentation": "https://docs.cloudomation.com/devstack/",
"Homepage": "https://cloudomation.com/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d7d2ab69b58f815b0baec506ea9aab75359b83a8647e0078630542a97940476b",
"md5": "95f24f33eb9dcafe6462b3ecdddd80b7",
"sha256": "5e6ac55fd6da856ea1a98e4eb5250f0b8f0fd2387198b1de8b550a4771ce0627"
},
"downloads": -1,
"filename": "devstack_cli-11.0.80-py3-none-any.whl",
"has_sig": false,
"md5_digest": "95f24f33eb9dcafe6462b3ecdddd80b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 18856,
"upload_time": "2025-02-05T04:23:13",
"upload_time_iso_8601": "2025-02-05T04:23:13.866673Z",
"url": "https://files.pythonhosted.org/packages/d7/d2/ab69b58f815b0baec506ea9aab75359b83a8647e0078630542a97940476b/devstack_cli-11.0.80-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5eb64adb3b8c91df9da65deb346cd4e7bb86d3816deada7929ba86a7180cceba",
"md5": "3d6a3eebc034224e784c6efd55da92df",
"sha256": "a37ba5063ea1477feedd41338c86f6c4bd7fdb3ccec32f9aec1197f6e8342163"
},
"downloads": -1,
"filename": "devstack_cli-11.0.80.tar.gz",
"has_sig": false,
"md5_digest": "3d6a3eebc034224e784c6efd55da92df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 20104,
"upload_time": "2025-02-05T04:23:15",
"upload_time_iso_8601": "2025-02-05T04:23:15.328050Z",
"url": "https://files.pythonhosted.org/packages/5e/b6/4adb3b8c91df9da65deb346cd4e7bb86d3816deada7929ba86a7180cceba/devstack_cli-11.0.80.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-05 04:23:15",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "devstack-cli"
}