Replies: 1 comment 1 reply
-
Hey @ejayesh, the copilot folder and .workspace file in particular are a kind of shorthand for linking a workspace to an app, equivalent to passing in the copilot -a my-app svc logs -n frontend
copilot app show --name my-app
copilot env show -a my-app Does that help? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like the copilot app command, it would be useful to run the copilot svc command without the need of having a copy of the copliot folder locally.
At present we are having to checkout multiple repositories with our copilot config just so we can use the svc commands like copilot svc exec, status, logs.
Beta Was this translation helpful? Give feedback.
All reactions