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

exec command #26

Closed BSick7 closed 2 years ago

BSick7 commented 2 years ago

This PR adds a new CLI command exec. Currently, this is only supported for the aws-fargate provider. This allows a user to execute commands against running containers in the fargate cluster. Examples:

nullstone exec nullfire-worker dev

# Specify task if there are multiple running
nullstone exec --task=<task-id> nullfire-worker dev