system
upgrades for actor
class
es (tweet)
#4887
ggreif
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Actor classes are a neat feature in Motoko to fabricate canisters with given initial parameters. But when one has to upgrade an army of such canisters a special tool is needed:
(system Module.Class)(#upgrade ...)(args)
allows upgrading/reinstalling and deleting those canisters in a convenient way.Beta Was this translation helpful? Give feedback.
All reactions