-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`add` command that adds resource configuration to `azure.yaml`. In this experience, users are able to proceed with running `provision` or `up` after committing the `azure.yaml` change. Contributes to #4397, Azure/azure-dev-pr#1682
- Loading branch information
1 parent
db09270
commit ddafa38
Showing
35 changed files
with
2,415 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ otiai10 | |
pamelafox | ||
pbnj | ||
sebastianmattar | ||
sergi | ||
sethvargo | ||
stretchr | ||
theckman | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
Add a component to your project. (Alpha) | ||
|
||
Usage | ||
azd add [flags] | ||
|
||
Flags | ||
--docs : Opens the documentation for azd add in your web browser. | ||
-h, --help : Gets help for add. | ||
|
||
Global Flags | ||
-C, --cwd string : Sets the current working directory. | ||
--debug : Enables debugging and diagnostics logging. | ||
--no-prompt : Accepts the default value instead of prompting, or it fails if there is no default. | ||
|
||
Find a bug? Want to let us know how we're doing? Fill out this brief survey: https://aka.ms/azure-dev/hats. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.