docs: refresh CLI guide for 1.0.3 - #567
Open
Caesarsage wants to merge 1 commit into
Open
Conversation
Signed-off-by: caesarsage <destinyerhabor6@gmail.com>
Contributor
Author
|
for review |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the CLI automation guide, which described the pre-1.0 CLI. 85.
The page had drifted enough to mislead:
microcks-cli test; the binary has beenmicrockssince 1.0.0brew install microcks-cliinstalls a legacy formula stranded at 0.5.8 — the tapcarries two, and
microcks/tap/microcksis current. This is the root cause of thestale binary name throughout the page.
curlexample pinned release 0.5.5 and ranchmod +xon a.tar.gz, so itcould not work as written; macOS also ships as
darwin_all, not per-architecturetestandimportCorrected the binary name, formula and install commands, then added sections in the
existing numbered-step voice for login/context and
start/stop, imports,--output,--dry-run, and exit codes in CI. Also replaced a hardcoded Keycloak secret with aplaceholder.
Verification
hugobuilds clean, all 15 internal links resolve, and themisspellCI step passeslocally. The install command in the guide was run end to end and extracts a working
binary.
Companion PR: microcks/microcks-cli#509