23 releases (4 breaking)
| new 0.70.1 | Oct 10, 2025 |
|---|---|
| 0.69.6 | Sep 29, 2025 |
| 0.69.1 | Jul 17, 2025 |
| 0.67.0 | Mar 13, 2025 |
#893 in Magic Beans
787 downloads per month
485KB
10K
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
~60–86MB
~1.5M SLoC