An Interbit CLI command that deploys an application.
interbit deploy [--manifest path/to/interbit.manifest.json] \
[--artifacts path/to/build/artifacts/directory] \
--port number \
[--key-pair path/to/key/file]
--manifest String Optional Default=./interbit.manifest.json
|
The path to an Interbit manifest file, used
for deployment instructions. If a path is not provided, the manifest is
read from the |
||
--artifacts String Optional Default=./
|
The path to a directory of build artifacts to deploy. The directory
should contain an Interbit manifest file and
one or more packed covenants. If |
||
--port Integer
|
The port number that your deployed Interbit node uses to communicate. |
||
--key-pair String Optional
|
The path to a Javascript or JSON file that exports a key pair to be used to boot the hypervisor. If a path is not provided, a random key pair is generated.
|