devstack-cli 10.0.157__py3-none-any.whl → 10.0.158__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {devstack_cli-10.0.157.dist-info → devstack_cli-10.0.158.dist-info}/METADATA +32 -5
- devstack_cli-10.0.158.dist-info/RECORD +9 -0
- {devstack_cli-10.0.157.dist-info → devstack_cli-10.0.158.dist-info}/WHEEL +1 -1
- version.py +3 -3
- devstack_cli-10.0.157.dist-info/RECORD +0 -9
- {devstack_cli-10.0.157.dist-info → devstack_cli-10.0.158.dist-info}/LICENSE +0 -0
- {devstack_cli-10.0.157.dist-info → devstack_cli-10.0.158.dist-info}/entry_points.txt +0 -0
- {devstack_cli-10.0.157.dist-info → devstack_cli-10.0.158.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: devstack-cli
|
3
|
-
Version: 10.0.
|
3
|
+
Version: 10.0.158
|
4
4
|
Summary: Command-line access to Remote Development Environments (RDEs) created by Cloudomation DevStack
|
5
5
|
Author-email: Stefan Mückstein <stefan@cloudomation.com>
|
6
6
|
Project-URL: Homepage, https://cloudomation.com/
|
@@ -14,6 +14,11 @@ License-File: LICENSE
|
|
14
14
|
Requires-Dist: paramiko
|
15
15
|
Requires-Dist: watchdog
|
16
16
|
Requires-Dist: rich
|
17
|
+
Requires-Dist: pyyaml
|
18
|
+
Requires-Dist: asyncssh
|
19
|
+
Requires-Dist: aiohttp
|
20
|
+
Requires-Dist: aiofiles
|
21
|
+
Requires-Dist: yarl
|
17
22
|
|
18
23
|
# DevStack CLI
|
19
24
|
|
@@ -43,12 +48,34 @@ python -m pip install devstack-cli
|
|
43
48
|
## Usage
|
44
49
|
|
45
50
|
```
|
46
|
-
usage:
|
51
|
+
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]
|
52
|
+
|
53
|
+
options:
|
54
|
+
-h, --help show this help message and exit
|
55
|
+
-c CONFIG_FILE, --config-file CONFIG_FILE
|
56
|
+
path to a devstack-cli configuration file
|
57
|
+
--workspace-url WORKSPACE_URL
|
58
|
+
the URL of your Cloudomation workspace
|
59
|
+
-u USER_NAME, --user-name USER_NAME
|
60
|
+
a user name to authenticate to the Cloudomation workspace
|
61
|
+
--maximum-uptime-hours MAXIMUM_UPTIME_HOURS
|
62
|
+
the number of hours before an CDE is automatically stopped
|
63
|
+
-n CDE_NAME, --cde-name CDE_NAME
|
64
|
+
the name of the CDE
|
65
|
+
-s, --start start CDE
|
66
|
+
--stop stop CDE
|
67
|
+
-w, --wait-running wait until CDE is running. implies "--start".
|
68
|
+
-o, --connect connect to CDE. implies "--start" and "--wait-running".
|
69
|
+
-p, --port-forwarding
|
70
|
+
enable port-forwarding. implies "--start", "--wait-running", and "--connect".
|
71
|
+
-f , --file-sync enable file-sync implies "--start", "--wait-running", and "--connect".
|
72
|
+
-l, --logs enable following logs implies "--start", "--wait-running", and "--connect".
|
73
|
+
-t, --terminal open interactive terminal implies "--start", "--wait-running", and "--connect".
|
74
|
+
-q, --quit exit after processing command line arguments.
|
75
|
+
-v, --verbose enable debug logging
|
76
|
+
-V, --version show program's version number and exit
|
47
77
|
```
|
48
78
|
|
49
|
-
You need to specify the hostname/IP of the RDE created by Cloudomation DevStack as well as the path to a directory where the sources will be cached locally. Optionally you can specify an output directory where artifacts created on the RDE will be stored locally.
|
50
|
-
The `-v` switch enables debug logging.
|
51
|
-
|
52
79
|
## Support
|
53
80
|
|
54
81
|
`devstack-cli` is part of Cloudomation DevStack and support is provided to you with an active subscription.
|
@@ -0,0 +1,9 @@
|
|
1
|
+
__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
cli.py,sha256=ABaFQdT9mzwyLeXpwJNpZr86RKf0PvI7-rQNRiSzZ_o,79214
|
3
|
+
version.py,sha256=uv19L5TwN_ki89Hfsq2zaOAPg2SkpC4tNuuKypFOyXU,180
|
4
|
+
devstack_cli-10.0.158.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
|
5
|
+
devstack_cli-10.0.158.dist-info/METADATA,sha256=2tMUnEpVpwK0pHILqpZecOBvkz72JKM3FE9_NR67Pfg,4290
|
6
|
+
devstack_cli-10.0.158.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
7
|
+
devstack_cli-10.0.158.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
|
8
|
+
devstack_cli-10.0.158.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
|
9
|
+
devstack_cli-10.0.158.dist-info/RECORD,,
|
version.py
CHANGED
@@ -4,6 +4,6 @@ constants, set by build
|
|
4
4
|
|
5
5
|
MAJOR = '10'
|
6
6
|
BRANCH_NAME = 'release-10'
|
7
|
-
BUILD_DATE = '2024-
|
8
|
-
SHORT_SHA = '
|
9
|
-
VERSION = '10+release-10.2024-
|
7
|
+
BUILD_DATE = '2024-12-20-141326'
|
8
|
+
SHORT_SHA = 'f5d95ae'
|
9
|
+
VERSION = '10+release-10.2024-12-20-141326.f5d95ae'
|
@@ -1,9 +0,0 @@
|
|
1
|
-
__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
cli.py,sha256=ABaFQdT9mzwyLeXpwJNpZr86RKf0PvI7-rQNRiSzZ_o,79214
|
3
|
-
version.py,sha256=E6i4M-fDM-m3vg4sJBGaUFCiqlu4EWBMg2J6qaWWeOk,180
|
4
|
-
devstack_cli-10.0.157.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
|
5
|
-
devstack_cli-10.0.157.dist-info/METADATA,sha256=5XtnJBsIcYPxkDHIapq9wDsBPqblIkMT7VbqsHWPWM0,2943
|
6
|
-
devstack_cli-10.0.157.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
7
|
-
devstack_cli-10.0.157.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
|
8
|
-
devstack_cli-10.0.157.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
|
9
|
-
devstack_cli-10.0.157.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|