Icon Linkforc index deploy

Deploy an indexer to an indexer service.

forc index deploy --url https://beta-3-indexer.fuel.network
USAGE:
    forc-index deploy [OPTIONS]

OPTIONS:
        --auth <AUTH>                Authentication header value.
    -d, --debug                      Build optimized artifacts with the debug profile.
    -h, --help                       Print help information
        --locked                     Ensure that the Cargo.lock file is up-to-date.
    -m, --manifest <MANIFEST>        Path to the manifest of indexer project being deployed.
        --native                     Building for native execution.
    -p, --path <PATH>                Path to the indexer project.
        --skip-build                 Do not build before deploying.
        --url <URL>                  URL at which to deploy indexer assets. [default:
                                     http://127.0.0.1:29987]
    -v, --verbose                    Enable verbose logging.