Skip to content

feat: Add an optional root-key argument to canister commands#377

Open
raymondk wants to merge 6 commits intomainfrom
rk/root-key
Open

feat: Add an optional root-key argument to canister commands#377
raymondk wants to merge 6 commits intomainfrom
rk/root-key

Conversation

@raymondk
Copy link
Contributor

No description provided.

@raymondk raymondk requested a review from a team as a code owner February 20, 2026 02:54
@raymondk raymondk changed the title feat: Add an optional root-key argument to canister operations feat: Add an optional root-key argument to canister commands Feb 20, 2026
Comment on lines +90 to 92
NetworkSelection::Url(url, root_key)
}
Err(_) => NetworkSelection::Named(network),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root_key is silently ignored for

  • named networks
  • no network is specified

Showing a warn message will be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments