feat: add org & app flag back (#12574)

This commit is contained in:
Max Marze 2024-06-04 15:50:21 -04:00 committed by GitHub
parent 0c9b13e65f
commit 4cd33ea029
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,4 +41,12 @@ export default {
usage: 'AWS profile to use with the command',
type: 'string',
},
org: {
usage: 'Dashboard org name',
type: 'string',
},
app: {
usage: 'Dashboard app name',
type: 'string',
},
}