-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
circleci orb publish
should not require a UUID to work
We can use the get-orb-by-name query to get the UUID by name instead. Here's the output from help for this command following this commit: ``` publish a version of an orb Usage: circleci orb publish <namespace>/<orb> <orb.yml> [flags] Flags: -h, --help help for publish -o, --orb-version string version of orb to publish (required) Global Flags: ... ```
- Loading branch information
Zachary Scott
committed
Jul 31, 2018
1 parent
d99aa3d
commit 7d31118
Showing
3 changed files
with
88 additions
and
29 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