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

Download history 40/week @ 2025-03-05 196/week @ 2025-03-12 8/week @ 2025-03-19 1/week @ 2025-04-09 32/week @ 2025-04-16 479/week @ 2025-04-23 133/week @ 2025-04-30 70/week @ 2025-05-07 296/week @ 2025-05-14

1,010 downloads per month

Apache-2.0

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