10 releases
new 0.68.5 | May 20, 2025 |
---|---|
0.68.4 | May 14, 2025 |
0.68.1 | Apr 24, 2025 |
0.67.2 | Apr 23, 2025 |
0.66.10 | Mar 11, 2025 |
#527 in Authentication
1,010 downloads per month
115KB
2K
SLoC
forc-publish
Forc subcommand for uploading a package to the registry.
Authentication
Requires either the --token
argument to be passed, the environment variable FORC_PUB_TOKEN
, or a ~/.forc/credentials.toml
file like this:
[registry]
token = "YOUR_TOKEN"
This credential file can be created automatically by running the CLI without the --token
argument.
Local development
For local development, run forc.pub, create an API token and then forc publish --registry-url http://localhost:8080
Dependencies
~45–62MB
~1M SLoC