nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Add support for `ssh` command in beanstalk apps #179

Closed BSick7 closed 8 months ago

BSick7 commented 8 months ago

This PR adds support for beanstalk apps in the ssh and exec commands. Since beanstalk apps have dynamic EC2 instances, I added a flag --instance to these commands, allowing a user to select a specific instance to SSH into. If not specified, the CLI will select a random instance.

The necessary changes to permissions and module outputs can be tracked here: https://github.com/nullstone-modules/aws-beanstalk-app/pull/11