diff --git a/lib/cli/commands-options-schema.js b/lib/cli/commands-options-schema.js index 9e6243ce6..eaf510ed0 100644 --- a/lib/cli/commands-options-schema.js +++ b/lib/cli/commands-options-schema.js @@ -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', + }, }