chore: verify docs against icp-cli v1.5.0 - #388
Merged
Merged
Conversation
marc0olo
added this pull request to stack #389
September 14, 2026 11:15
raymondk
approved these changes
Sep 14, 2026
cli.md is byte-identical to v1.4.0, so this is the pin and the link slug.
raymondk
force-pushed
the
docs/icp-cli-1.5
branch
from
September 14, 2026 14:23
2836e72 to
3743aa5
Compare
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.
Summary
Closes #386. Stacked on #380, which verifies v1.4.0; this layer is the diff from there to v1.5.0.
docs/reference/cli.mdis byte-identical between v1.4.0 and v1.5.0, so no command or flag indocs/changed. What this carries is the pin and the link slug:dfinity/icp-cliatv1.5.0.cli.internetcomputer.orglink to the1.5slug (10 paths and 10 anchors verified live at 1.5 before replacing), and update the slug named in the AGENTS.md linking rule and the examples in.agents/upstream-tracking.md.The v1.5.0 changelog entries need no content change here. The sync-plugin v0.2.0 interface and the
fileskey it merges are plugin-authoring surface documented on the CLI site; arecipecanister being allowed its ownsyncsteps relaxes a restriction this repo never stated; environment-scoped builds narrow whaticp build -ecompiles, and no page here describes that scoping. The experimental workspace and bundle changes concerndependencies:, which this repo does not document.Note that #386 compares v1.3.0...v1.5.0, because the pin on
mainis still v1.3.0 while #380 is open. Reviewing this layer against v1.4.0...v1.5.0 matches what the stack actually changes.