copilot-cli
copilot-cli copied to clipboard
Allow variable for role path
My organization does not allow roles to be created at the root path. A flag + variable would help to allow cases like mine. Once the flag is added to the CLI it can be used in the app.yml.
add variable as a parameter. Default to "/" to not change the default behavior.
# app.yml
Path:
Type: String
Default: "/"
sub in the variable on these lines in app.yml:
It's been nearly a year. Is there any kind of update for this?