7 releases
new 0.68.2 | May 1, 2025 |
---|---|
0.68.1 | Apr 24, 2025 |
0.67.2 | Apr 23, 2025 |
0.67.0 | Mar 13, 2025 |
0.66.10 | Mar 11, 2025 |
#1069 in Web programming
631 downloads per month
110KB
2K
SLoC
forc-publish
Forc subcommand for uploading a package to the registry.
Authentication
Requires either the --token
argument to be passed, 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
~46–63MB
~1M SLoC