-
Notifications
You must be signed in to change notification settings - Fork 0
morphcloud: add env aws-sim plugin #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
13839ba to
f1bafc0
Compare
|
Pushed update: aws-sim connect now prints a detached connector command + docker exec example. Commit: 9744982 (branch magi/aws-sim-cli-plugin-20260129). |
|
Update: detached connector command now includes AWS defaults (region from bundle + dummy creds + AWS_PAGER). Commit: 28effc0. |
|
Update: now starts the connector as a detached docker container by default (prints command, supports --no-run, --replace, --container-name). Commit: 0ab8491. |
|
Update: no longer needs to write a bundle file by default; it passes the bundle via and emits helper scripts ( to source + wrapper that imports AWS_* + CA vars from /proc/1/environ). Commit: 98706e2. |
|
Update: removed the extra printed docker command/example block from output (helpers are still written). Commit: 6086177. |
Adds a morphcloud CLI plugin: env aws-sim.
Tested: pytest -q tests/unit/test_cli_env_aws_sim.py