Custom packages
Creating new custom packages
ic fn package create customok: created package customic fn package get --summary custompackage /myNamespace/custom (parameters: none defined)function main(args) { return args; }ic fn action create custom/identity identity.jsok: created action custom/identityic fn package get --summary custompackage /myNamespace/custom (parameters: none defined) action /myNamespace/custom/identity (parameters: none defined)ic fn action invoke --result custom/identity{}
Setting default package parameters
Last updated