How to use the registry
command in the Scale CLI.
registry
command is used to interact with the Scale Registry. reg
is an alias for registry
.
The ‘registry’ is used with both functions and signatures, and, as such, the aliases fn
and sig
can be used, respectively.
This reference page assumes you have already installed the Scale CLI,
and are authenticated with your Scale account.
#scale
channel on our Discord.push
command:
--override-name
, --override-org
, and --override-tag
flags can be used to override the name, organization, and tag of the function, respectively.
The --public
flag can be used to make the function public, meaning it can be pulled by anyone.
pull
command:
--force
flag is used.
list
command:
--org
flag can be used to list functions in a specific organization, but it must be an organization you are a member of otherwise only
public functions in that organization will be listed.
delete
command:
push
command:
--override-name
, --override-org
, and --override-tag
flags can be used to override the name, organization, and tag of the signature, respectively.
The --public
flag can be used to make the signature public, meaning it can be pulled by anyone.
pull
command:
--force
flag is used.
list
command:
--org
flag can be used to list functions in a specific organization, but it must be an organization you are a member of otherwise only
public functions in that organization will be listed.
delete
command: