cloudx-proxy 0.4.7__py3-none-any.whl → 0.4.8__py3-none-any.whl
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.
- cloudx_proxy/_version.py +2 -2
- {cloudx_proxy-0.4.7.dist-info → cloudx_proxy-0.4.8.dist-info}/METADATA +7 -1
- {cloudx_proxy-0.4.7.dist-info → cloudx_proxy-0.4.8.dist-info}/RECORD +7 -7
- {cloudx_proxy-0.4.7.dist-info → cloudx_proxy-0.4.8.dist-info}/LICENSE +0 -0
- {cloudx_proxy-0.4.7.dist-info → cloudx_proxy-0.4.8.dist-info}/WHEEL +0 -0
- {cloudx_proxy-0.4.7.dist-info → cloudx_proxy-0.4.8.dist-info}/entry_points.txt +0 -0
- {cloudx_proxy-0.4.7.dist-info → cloudx_proxy-0.4.8.dist-info}/top_level.txt +0 -0
cloudx_proxy/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: cloudx-proxy
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.8
|
4
4
|
Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
|
5
5
|
Author-email: easytocloud <info@easytocloud.com>
|
6
6
|
License: MIT License
|
@@ -119,6 +119,9 @@ uvx cloudx-proxy setup --ssh-config ~/.ssh/cloudx/config
|
|
119
119
|
# Setup with 1Password integration
|
120
120
|
uvx cloudx-proxy setup --1password
|
121
121
|
|
122
|
+
# Setup with non-interactive automation
|
123
|
+
uvx cloudx-proxy setup --instance i-0123456789abcdef0 --hostname myserver --yes
|
124
|
+
|
122
125
|
# Combine options
|
123
126
|
uvx cloudx-proxy setup --profile myprofile --ssh-key mykey --ssh-config ~/.ssh/cloudx/config --1password --aws-env prod
|
124
127
|
```
|
@@ -274,6 +277,9 @@ Options:
|
|
274
277
|
- `--ssh-config` (optional): Path to the SSH config file to use. If specified, configuration and keys will be stored in this location. Default is ~/.ssh/vscode/config.
|
275
278
|
- `--1password` (flag): Enable 1Password SSH agent integration. Creates keys directly in 1Password and configures SSH to use the 1Password SSH agent.
|
276
279
|
- `--aws-env` (optional): AWS environment directory to use. If specified, AWS configuration and credentials will be read from ~/.aws/aws-envs/{env}/.
|
280
|
+
- `--instance` (optional): EC2 instance ID to set up connection for. If provided, skips the instance ID prompt.
|
281
|
+
- `--hostname` (optional): Hostname to use for SSH configuration. If not provided, a hostname will be generated from the instance ID in non-interactive mode or prompted for in interactive mode.
|
282
|
+
- `--yes` (flag): Non-interactive mode, use default values for all prompts. Requires sufficient defaults or explicit parameters for all required values.
|
277
283
|
|
278
284
|
Example usage:
|
279
285
|
```bash
|
@@ -1,12 +1,12 @@
|
|
1
1
|
cloudx_proxy/_1password.py,sha256=uxyCfVvO1eQrOfYRojst_LN2DV4fIwxM5moaQTn3wQY,5853
|
2
2
|
cloudx_proxy/__init__.py,sha256=ZZ2O_m9OFJm18AxMSuYJt4UjSuSqyJlYRaZMoets498,61
|
3
|
-
cloudx_proxy/_version.py,sha256=
|
3
|
+
cloudx_proxy/_version.py,sha256=o3eBGRx-4NPvQqJw5bXvji0vq6MJg2dOBQcPNjPjLMw,511
|
4
4
|
cloudx_proxy/cli.py,sha256=EP1UxY4eotFEIBIU8ullIVc3QulbovxVdG4rLVePRWQ,5306
|
5
5
|
cloudx_proxy/core.py,sha256=RF3bX5MQiokRKjYEPnfWdKywGdtoVUvV2xZqm9uOl1g,8135
|
6
6
|
cloudx_proxy/setup.py,sha256=QrInbZdghpAYn064h02KmpA9r-nEbVm-LyTcXLxSmXY,39823
|
7
|
-
cloudx_proxy-0.4.
|
8
|
-
cloudx_proxy-0.4.
|
9
|
-
cloudx_proxy-0.4.
|
10
|
-
cloudx_proxy-0.4.
|
11
|
-
cloudx_proxy-0.4.
|
12
|
-
cloudx_proxy-0.4.
|
7
|
+
cloudx_proxy-0.4.8.dist-info/LICENSE,sha256=i7P2OR4zsJYsMWcCUDe_B9ZfGi9bU0K5I2nKfDrW_N8,1068
|
8
|
+
cloudx_proxy-0.4.8.dist-info/METADATA,sha256=ms0KA2KpPOWQ8Wsb_lXaZkbHzoKKKB4fiot8IP6ZcKQ,19102
|
9
|
+
cloudx_proxy-0.4.8.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
10
|
+
cloudx_proxy-0.4.8.dist-info/entry_points.txt,sha256=HGt743N2lVlKd7O1qWq3C0aEHyS5PjPnxzDHh7hwtSg,54
|
11
|
+
cloudx_proxy-0.4.8.dist-info/top_level.txt,sha256=2wtEote1db21j-VvkCJFfT-dLlauuG5indjggYh3xDg,13
|
12
|
+
cloudx_proxy-0.4.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|