You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error(`${colors.bgRed(colors.white('Input error'))}: Please provide the required fields:\n
137
-
- Org name as the argument ${!orgSlug ? colors.red('(missing!)') : colors.green('(ok)')}\n
150
+
- Org name as the first argument ${!orgSlug ? colors.red('(missing!)') : colors.green('(ok)')}\n
138
151
- Repository name using --repo ${!repoName ? colors.red('(missing!)') : colors.green('(ok)')}\n
139
152
- Branch name using --branch ${!branchName ? colors.red('(missing!)') : colors.green('(ok)')}\n
140
-
- At least one file path (e.g. ./package.json) ${!packagePaths.length ? colors.red('(missing or no matching/supported files found!)') : colors.green('(ok)')}`)
153
+
- At least one TARGET (e.g. \`.\` or \`./package.json\`) ${
0 commit comments