Exports information about an engine that can be transferred to another aiWARE instance and imported. This is the mechanism used to take engines that have been developed or tested on one instance and install them on another. This includes both Cored and Coreless instances, as well as network enabled and isolated instances.
To support network-isolated instances, the default export contains the entire engine implementation, which can be substantial. If you do not need the engine implementation included, make sure you use the "--no-image" parameter.
Usage: "export" the engine from one instance that has the engine installed, transfer the exported engine package to another instance, and "import" it.
```
ai engine export [flags] engine-id
```
Options
```
-h, --help help for export
--no-image Do not include the engine image in the output.
-o, --out string File name to use for the output. Default is engine name.
--public Mark the exported engine as public.
```
Options inherited from parent commands
```
-c, --config string CLI Config file to use. By default it will be /home/ubuntu/.config/aiware-cli.yaml
--controller-token string Bearer token to use for authenticating operations.
--controller-url string Controller URL to use for the CLI. If specified, this will be used instead of what is in the configuration. (default "http://localhost:9000/edge/v1")
-d, --debug Enables debug output
-f, --format string The output format. The values are text, log or json.
--host-type-id string Host type ID of the host
--hub-url string aiWARE Hub URL
-p, --profile string The profile to use. If not specified, the profile named 'default' will be used. The profiles are set in ~/.config/aiware-cli.yaml (default "default")
-q, --quiet Disables output extra output except the main output
--sample-app Indicates whether it should install the sample app
```