chore: bump icp-cli to v1.1.0 and update CLI docs#314
Merged
Conversation
- Pin icp-cli submodule to v1.1.0 (fe4af7c) and update .sources/VERSIONS - Correct canister delete note: cycles are now returned to the caller via the cycles ledger as of v1.1.0 (--no-recover-cycles to opt out) - Bump all cli.internetcomputer.org doc-link slugs 0.3 -> 1.1 - Add CLI cross-reference (icp token approve/allowance) to the ICRC-2 section - Fix slug-verification guidance: versions.json at a release tag lags the advertised slug; derive slug from the release major.minor instead - Make the slug-replacement snippet portable across GNU/BSD sed
lwshang
approved these changes
Jul 17, 2026
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
Bumps the
icp-clisource submodule to v1.1.0 and updates the docs that its changelog affects.Submodule bump
.sources/icp-clitofe4af7c(v1.1.0); update.sources/VERSIONS.Content
guides/canister-management/lifecycle.mdx): v1.1.0 returns the canister's remaining cycles to the caller via the cycles ledger (with--no-recover-cyclesto burn them instead). Corrects the previous note (fix: clarify consequences of canister delete #303) that said cycles were lost, which referenced the now-resolved icp-cli#431.guides/digital-assets/ledgers.mdx): add a cross-reference to the newicp token approve/icp token allowanceCLI commands (links to the CLI reference; no flag duplication).CLI doc-link slug:
0.3/1.0→1.1cli.internetcomputer.orglinks across 13 files. All target files and anchors verified against the v1.1.0 submodule.Tooling/guidance fixes
AGENTS.md(andCLAUDE.mdvia symlink): correct the current CLI slug and stop relying onversions.jsonat the pinned tag (it lags the advertised slug by one follow-up commit); derive the slug from the releasemajor.minorand confirm at the live docs-site root..agents/submodule-bumping.md: same slug-source fix, plus a portable (GNU/BSD) slug-replacement snippet.Not affected: connected-network
root-keychange (no doc shows that config; built-inicnetwork unchanged) and experimental project dependencies (intentionally undocumented).