Reference
This page documents exact behavior. Open the reference overview
set¶
Reference
set updates the active profile only.
Use it when the shared contract stays the same and only your current local value needs to change.
Philosophy¶
set changes local state only.
It updates the active profile value without modifying the shared contract.
What it does¶
- updates the value only
- does not modify the contract
- fails fast if the selected explicit profile does not exist
When to use it¶
Use set when the contract already exists and you only want to change the active-profile value.
Typical use¶
This is the command you use most often once the contract is already defined.