-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/delete service commands and app use enhancements #368
Conversation
…lugin-cna into app-use-enhancement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can ignore the comments about periods at the end of the text, a bit nitpicky :)
if possible, to be complete - fix the 14 JSDoc warnings. |
Log
It will be good to state what the current Workspace is, in the line |
Tested, all good:
|
src/lib/app-helper.js
Outdated
if (workspaceName === 'Production') { | ||
console.error(chalk.bold(chalk.yellow( | ||
`⚠ Warning: you are authorizing to overwrite Services in your *Production* Workspace in Project '${projectName}'.` + | ||
`${EOL}This may break any Applications that currently uses existing Service subscriptions in this Production Workspace.` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grammar: This may break any Applications that currently use existing Service subscriptions in this Production Workspace.
All resolved! thanks a lot Shaz! |
Description
! BREAKING CHANGE !
aio app use -w
for write has been removed and replaced for selecting workspaces! BREAKING CHANGE !
aio app use -m
has been removedRelated Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: