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.
Files changed (61) hide show
  1. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/PKG-INFO +21 -9
  2. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/README.md +20 -8
  3. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/__init__.py +1 -1
  4. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/PKG-INFO +21 -9
  5. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/MANUAL.md +0 -0
  6. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/__main__.py +0 -0
  7. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/__init__.py +0 -0
  8. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/approvals.py +0 -0
  9. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/catalog.py +0 -0
  10. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/client.py +0 -0
  11. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/context.py +0 -0
  12. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/deployments.py +0 -0
  13. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/infra.py +0 -0
  14. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/infra_list.py +0 -0
  15. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/kong.py +0 -0
  16. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/services.py +0 -0
  17. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/api/vpc.py +0 -0
  18. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/app.py +0 -0
  19. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/__init__.py +0 -0
  20. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/oauth.py +0 -0
  21. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/session.py +0 -0
  22. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/auth/storage.py +0 -0
  23. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/__init__.py +0 -0
  24. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/approval.py +0 -0
  25. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/auth.py +0 -0
  26. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/catalog.py +0 -0
  27. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/clusters.py +0 -0
  28. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/deployment.py +0 -0
  29. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/dynamodb.py +0 -0
  30. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/eks.py +0 -0
  31. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/kong.py +0 -0
  32. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/languages.py +0 -0
  33. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/manual.py +0 -0
  34. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/repositories.py +0 -0
  35. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/request.py +0 -0
  36. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/s3.py +0 -0
  37. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/commands/sqs.py +0 -0
  38. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/config.py +0 -0
  39. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/context.py +0 -0
  40. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/data/placement/vance.json +0 -0
  41. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/errors.py +0 -0
  42. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/__init__.py +0 -0
  43. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/approvals.py +0 -0
  44. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/eks.py +0 -0
  45. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/kong.py +0 -0
  46. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/placement.py +0 -0
  47. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/resources.py +0 -0
  48. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/status.py +0 -0
  49. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/ops/wait.py +0 -0
  50. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/render/__init__.py +0 -0
  51. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/render/output.py +0 -0
  52. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/resolve/__init__.py +0 -0
  53. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/resolve/allowlist.py +0 -0
  54. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli/resolve/names.py +0 -0
  55. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/SOURCES.txt +0 -0
  56. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/dependency_links.txt +0 -0
  57. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/entry_points.txt +0 -0
  58. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/requires.txt +0 -0
  59. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/devlift_cli.egg-info/top_level.txt +0 -0
  60. {devlift_cli-0.1.0 → devlift_cli-0.1.1}/pyproject.toml +0 -0
  61. {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.0
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
- pip install devlift-cli
43
+ pipx install devlift-cli
44
44
  ```
45
45
 
46
- Or, to keep it in its own environment and off your system Python:
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
- pipx install devlift-cli
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 `pip install -U devlift-cli` (or `pipx upgrade devlift-cli`).
53
- Your profile and sign-in live in `~/.config/devlift` and survive upgrades.
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: `pip uninstall devlift-cli`
65
- (or `pipx uninstall devlift-cli`). That leaves `~/.config/devlift`, so delete
66
- that too if you want your profiles and sign-in gone as well.
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
- pip install devlift-cli
15
+ pipx install devlift-cli
16
16
  ```
17
17
 
18
- Or, to keep it in its own environment and off your system Python:
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
- pipx install devlift-cli
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 `pip install -U devlift-cli` (or `pipx upgrade devlift-cli`).
25
- Your profile and sign-in live in `~/.config/devlift` and survive upgrades.
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: `pip uninstall devlift-cli`
37
- (or `pipx uninstall devlift-cli`). That leaves `~/.config/devlift`, so delete
38
- that too if you want your profiles and sign-in gone as well.
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,3 +1,3 @@
1
1
  """DevLift command-line tool."""
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devlift-cli
3
- Version: 0.1.0
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
- pip install devlift-cli
43
+ pipx install devlift-cli
44
44
  ```
45
45
 
46
- Or, to keep it in its own environment and off your system Python:
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
- pipx install devlift-cli
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 `pip install -U devlift-cli` (or `pipx upgrade devlift-cli`).
53
- Your profile and sign-in live in `~/.config/devlift` and survive upgrades.
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: `pip uninstall devlift-cli`
65
- (or `pipx uninstall devlift-cli`). That leaves `~/.config/devlift`, so delete
66
- that too if you want your profiles and sign-in gone as well.
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