-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pipeline): change
pipeline update
to pipeline deploy
(with `…
…update` as alias) (#3154) [Originally](#249), the prompt "Would you like to deploy your pipeline?" was part of `pipeline init`, so [the decision](#329 (comment)) was made to name the deployment command `pipeline update` instead of `pipeline deploy`, assuming that the command would be run on an already-deployed pipeline. We ended up separating deployment from `pipeline init` because the user needs to push files to their repo between `init` and `update`. `pipeline deploy` makes more sense as the name of the command, and is consistent with `svc init` and `svc deploy`. We must keep `pipeline update` for backwards-compatibility, and it does make sense, as it does update existing pipelines. This PR adds `pipeline deploy` as an alias to `pipeline update`. Having both also gives us the capacity to eventually separate the two commands and add functionality to `pipeline update` that may not be appropriate for `pipeline deploy`, or vice versa. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
- Loading branch information
Showing
14 changed files
with
166 additions
and
163 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
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
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.