forc index deploy
Deploy a given index project to a particular endpoint
forc index deploy --url https://index.swaysway.io --manifest my_index.manifest.yaml
USAGE:
forc-index deploy [OPTIONS] --manifest <MANIFEST>
OPTIONS:
--auth <AUTH> Authentication header value.
-h, --help Print help information
--manifest <MANIFEST> Path of the index manifest to upload.
--url <URL> URL at which to upload index assets. [default:
http://127.0.0.1:29987]