-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New cli command to manage deployment previews configuration (#3541)
* feat(mc-scripts): deployment previews management * refactor(mc-scripts): clean up * fix(mc-scripts): invalid graphql response handling * feat(mc-scripts): add the new command to push deployments * fix(mc-scripts): ts type issue * refactor(mc-scripts): improve validations * refactor(mc-scripts): renamed deployment preview command and include arguments * refactor(mc-scripts): update messages * refactor(mc-scripts): refactor validations * refactor(mc-scripts): simplify validations * refactor(mc-scripts): rename deployment previews command * refactor(mc-scripts): update log message * chore(mc-scripts): changeset added
- Loading branch information
1 parent
4bd0fb6
commit df253eb
Showing
18 changed files
with
1,413 additions
and
158 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@commercetools-frontend/mc-scripts': minor | ||
--- | ||
|
||
Included a new command (`deployment-previews:set`) which allows to create [deployment previews](https://docs.commercetools.com/merchant-center-customizations/concepts/deployment-previews) for Custom Applications. |
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
28 changes: 27 additions & 1 deletion
28
packages/application-shell-connectors/src/types/generated/settings.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.