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

Download history 199/week @ 2025-03-09 40/week @ 2025-03-16 5/week @ 2025-03-23 1/week @ 2025-04-06 443/week @ 2025-04-20 187/week @ 2025-04-27

631 downloads per month

Apache-2.0

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