forc-publish 0.70.2

Forc subcommand for uploading a package to the registry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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:

```toml
[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](https://github.com/FuelLabs/forc.pub), create an API token and then `forc publish --registry-url http://localhost:8080`