forc-publish 0.67.2

Forc subcommand for uploading a package to the registry.
Documentation

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