devlift-cli 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/PKG-INFO +21 -9
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/README.md +20 -8
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/__init__.py +1 -1
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/PKG-INFO +21 -9
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/MANUAL.md +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/__main__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/__init__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/approvals.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/catalog.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/client.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/context.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/deployments.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/infra.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/infra_list.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/kong.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/services.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/vpc.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/app.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/__init__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/oauth.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/session.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/storage.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/__init__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/approval.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/auth.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/catalog.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/clusters.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/deployment.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/dynamodb.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/eks.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/kong.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/languages.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/manual.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/repositories.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/request.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/s3.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/sqs.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/config.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/context.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/data/placement/vance.json +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/errors.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/__init__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/approvals.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/eks.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/kong.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/placement.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/resources.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/status.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/wait.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/render/__init__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/render/output.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/resolve/__init__.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/resolve/allowlist.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/resolve/names.py +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/SOURCES.txt +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/dependency_links.txt +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/entry_points.txt +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/requires.txt +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/top_level.txt +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/pyproject.toml +0 -0
- {devlift_cli-0.1.0 → devlift_cli-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devlift-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: DevLift command-line tool: create, change, review and deploy DevLift resources from the terminal.
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Keywords: devlift,devops,deployment,infrastructure,cli
|
|
@@ -40,17 +40,29 @@ the same endpoints the web dashboard uses. Nothing here talks to an LLM.
|
|
|
40
40
|
## Install
|
|
41
41
|
|
|
42
42
|
```
|
|
43
|
-
|
|
43
|
+
pipx install devlift-cli
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
pipx gives the tool its own environment and puts `devlift` and `dl` on your
|
|
47
|
+
PATH. If you do not have it:
|
|
47
48
|
|
|
48
49
|
```
|
|
49
|
-
|
|
50
|
+
sudo apt install pipx # Debian / Ubuntu
|
|
51
|
+
brew install pipx # macOS
|
|
52
|
+
pipx ensurepath # once, then reopen your terminal
|
|
50
53
|
```
|
|
51
54
|
|
|
52
|
-
Upgrade with `
|
|
53
|
-
|
|
55
|
+
Upgrade with `pipx upgrade devlift-cli`. Your profile and sign-in live in
|
|
56
|
+
`~/.config/devlift` and survive upgrades.
|
|
57
|
+
|
|
58
|
+
**Using pip instead?** Do it inside a virtual environment. A plain
|
|
59
|
+
`pip install devlift-cli` fails on recent Debian, Ubuntu and Fedora with
|
|
60
|
+
`externally-managed-environment`, because those systems refuse to let pip
|
|
61
|
+
touch the system Python.
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
python3 -m venv ~/.venvs/devlift && ~/.venvs/devlift/bin/pip install devlift-cli
|
|
65
|
+
```
|
|
54
66
|
|
|
55
67
|
Then:
|
|
56
68
|
|
|
@@ -61,9 +73,9 @@ devlift whoami
|
|
|
61
73
|
devlift man
|
|
62
74
|
```
|
|
63
75
|
|
|
64
|
-
Requires Python 3.11 or newer. To remove it: `
|
|
65
|
-
|
|
66
|
-
|
|
76
|
+
Requires Python 3.11 or newer. To remove it: `pipx uninstall devlift-cli`.
|
|
77
|
+
That leaves `~/.config/devlift`, so delete that too if you want your profiles
|
|
78
|
+
and sign-in gone as well.
|
|
67
79
|
|
|
68
80
|
Several backends? `devlift profile list`, `devlift profile use <name>` and
|
|
69
81
|
`devlift profile show` switch between them and say which one is active.
|
|
@@ -12,17 +12,29 @@ the same endpoints the web dashboard uses. Nothing here talks to an LLM.
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
14
14
|
```
|
|
15
|
-
|
|
15
|
+
pipx install devlift-cli
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
pipx gives the tool its own environment and puts `devlift` and `dl` on your
|
|
19
|
+
PATH. If you do not have it:
|
|
19
20
|
|
|
20
21
|
```
|
|
21
|
-
|
|
22
|
+
sudo apt install pipx # Debian / Ubuntu
|
|
23
|
+
brew install pipx # macOS
|
|
24
|
+
pipx ensurepath # once, then reopen your terminal
|
|
22
25
|
```
|
|
23
26
|
|
|
24
|
-
Upgrade with `
|
|
25
|
-
|
|
27
|
+
Upgrade with `pipx upgrade devlift-cli`. Your profile and sign-in live in
|
|
28
|
+
`~/.config/devlift` and survive upgrades.
|
|
29
|
+
|
|
30
|
+
**Using pip instead?** Do it inside a virtual environment. A plain
|
|
31
|
+
`pip install devlift-cli` fails on recent Debian, Ubuntu and Fedora with
|
|
32
|
+
`externally-managed-environment`, because those systems refuse to let pip
|
|
33
|
+
touch the system Python.
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
python3 -m venv ~/.venvs/devlift && ~/.venvs/devlift/bin/pip install devlift-cli
|
|
37
|
+
```
|
|
26
38
|
|
|
27
39
|
Then:
|
|
28
40
|
|
|
@@ -33,9 +45,9 @@ devlift whoami
|
|
|
33
45
|
devlift man
|
|
34
46
|
```
|
|
35
47
|
|
|
36
|
-
Requires Python 3.11 or newer. To remove it: `
|
|
37
|
-
|
|
38
|
-
|
|
48
|
+
Requires Python 3.11 or newer. To remove it: `pipx uninstall devlift-cli`.
|
|
49
|
+
That leaves `~/.config/devlift`, so delete that too if you want your profiles
|
|
50
|
+
and sign-in gone as well.
|
|
39
51
|
|
|
40
52
|
Several backends? `devlift profile list`, `devlift profile use <name>` and
|
|
41
53
|
`devlift profile show` switch between them and say which one is active.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devlift-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: DevLift command-line tool: create, change, review and deploy DevLift resources from the terminal.
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Keywords: devlift,devops,deployment,infrastructure,cli
|
|
@@ -40,17 +40,29 @@ the same endpoints the web dashboard uses. Nothing here talks to an LLM.
|
|
|
40
40
|
## Install
|
|
41
41
|
|
|
42
42
|
```
|
|
43
|
-
|
|
43
|
+
pipx install devlift-cli
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
pipx gives the tool its own environment and puts `devlift` and `dl` on your
|
|
47
|
+
PATH. If you do not have it:
|
|
47
48
|
|
|
48
49
|
```
|
|
49
|
-
|
|
50
|
+
sudo apt install pipx # Debian / Ubuntu
|
|
51
|
+
brew install pipx # macOS
|
|
52
|
+
pipx ensurepath # once, then reopen your terminal
|
|
50
53
|
```
|
|
51
54
|
|
|
52
|
-
Upgrade with `
|
|
53
|
-
|
|
55
|
+
Upgrade with `pipx upgrade devlift-cli`. Your profile and sign-in live in
|
|
56
|
+
`~/.config/devlift` and survive upgrades.
|
|
57
|
+
|
|
58
|
+
**Using pip instead?** Do it inside a virtual environment. A plain
|
|
59
|
+
`pip install devlift-cli` fails on recent Debian, Ubuntu and Fedora with
|
|
60
|
+
`externally-managed-environment`, because those systems refuse to let pip
|
|
61
|
+
touch the system Python.
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
python3 -m venv ~/.venvs/devlift && ~/.venvs/devlift/bin/pip install devlift-cli
|
|
65
|
+
```
|
|
54
66
|
|
|
55
67
|
Then:
|
|
56
68
|
|
|
@@ -61,9 +73,9 @@ devlift whoami
|
|
|
61
73
|
devlift man
|
|
62
74
|
```
|
|
63
75
|
|
|
64
|
-
Requires Python 3.11 or newer. To remove it: `
|
|
65
|
-
|
|
66
|
-
|
|
76
|
+
Requires Python 3.11 or newer. To remove it: `pipx uninstall devlift-cli`.
|
|
77
|
+
That leaves `~/.config/devlift`, so delete that too if you want your profiles
|
|
78
|
+
and sign-in gone as well.
|
|
67
79
|
|
|
68
80
|
Several backends? `devlift profile list`, `devlift profile use <name>` and
|
|
69
81
|
`devlift profile show` switch between them and say which one is active.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|