Crates.io | forc-publish |
lib.rs | forc-publish |
version | |
source | src |
created_at | 2025-03-11 19:11:07.781454+00 |
updated_at | 2025-03-13 16:49:35.146082+00 |
description | Forc subcommand for uploading a package to the registry. |
homepage | https://fuel.network/ |
repository | https://github.com/FuelLabs/sway |
max_upload_size | |
id | 1588351 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Forc subcommand for uploading a package to the registry.
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.
For local development, run forc.pub, create an API token and then forc publish --registry-url http://localhost:8080