You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--instance` (optional): EC2 instance ID to set up connection for. If provided, skips the instance ID prompt.
353
353
-`--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.
354
354
-`--yes` (flag): Non-interactive mode, use default values for all prompts. Requires sufficient defaults or explicit parameters for all required values.
355
+
-`--dry-run` (flag): Preview setup changes without actually executing them. Useful for testing configurations before applying them.
355
356
356
357
Example usage:
357
358
```bash
@@ -386,6 +387,7 @@ Options:
386
387
-`--ssh-config` (optional): Path to the SSH config file to use. If provided during setup, should match here.
387
388
-`--region` (optional): AWS region to use. If not specified, uses the region from the AWS profile.
388
389
-`--aws-env` (optional): AWS environment directory to use. Should match the environment used in setup.
390
+
-`--dry-run` (flag): Preview connection workflow without actually executing it. Shows what would happen without making changes.
389
391
390
392
Example usage:
391
393
```bash
@@ -413,6 +415,7 @@ Options:
413
415
-`--ssh-config` (optional): Path to the SSH config file to use. If not specified, uses ~/.ssh/vscode/config.
414
416
-`--environment` (optional): Filter hosts by environment (e.g., dev, prod). If not specified, shows all environments.
415
417
-`--detailed` (flag): Show detailed information including instance IDs.
418
+
-`--dry-run` (flag): Preview list output format without actually reading the SSH configuration.
0 commit comments