Skip to main content

quill sns make-upgrade-canister-proposal

Reference

Signs a ManageNeuron message to submit a UpgradeSnsControlledCanister proposal.

Basic usage

The basic syntax for running quill sns make-upgrade-canister-proposal commands is:

quill sns make-upgrade-canister-proposal <PROPOSER_NEURON_ID> --target-canister-id <TARGET_CANISTER_ID> --wasm-path <WASM_PATH> [option]

Arguments

ArgumentDescription
<PROPOSER_NEURON_ID>The ID of the neuron making the proposal

Flags

FlagDescription
-h, --helpDisplays usage information.

Options

OptionDescription
--canister-upgrade-arg-path <PATH>Path to the file containing argument to post-upgrade method of the new canister WASM.
--summary <SUMMARY>Summary of the proposal.
--target-canister-id <TARGET_CANISTER_ID>Canister to be upgraded.
--title <TITLE>Title of the proposal.
--url <URL>URL of the proposal.
--wasm-path <WASM_PATH>Path to the WASM file to be installed into the target canister.

Remarks

If an empty summary is provided, a somewhat generic summary will be constructed. The default title is "Upgrade Canister".