Edge Xpert CLI Command List
The commands used by the edgexpert CLI tool are described below. For information on the available <services>
arguments, see Edge Xpert Services.
Parameter | Arguments | Description |
---|---|---|
--help or -h |
Displays help on the edgexpert command |
|
--version or -v |
Displays the version, the repository and the Git SHA of the installed Edge Xpert | |
--env-file |
Specify an alternate environment file | |
pull |
[<options>] [<services>] |
Downloads the latest Edge Xpert images. Specifying no options pulls the core service images only.
|
up |
[<options>] [<services>] |
Creates and starts the Edge Xpert services. Starts core services by default
|
start |
[<services>] |
Starts the specified Edge Xpert services If no services are specified, restarts all running services |
run |
[<services>] [<args>] |
Creates and runs a one-off service with custom arguments |
clean |
--force or -f |
Stops and deletes the running Edge Xpert services and removes all Edge Xpert volumes except the license volume |
stop |
[<services>] |
Stops the Edge Xpert services If no services are specified, stops all running services |
rm (alias: down ) |
[<services>] |
Stops and deletes the running Edge Xpert containers If no services are specified, stops and deletes all created services |
status |
Displays the current status of the created and/or running Edge Xpert services | |
ip |
Displays the internet protocol (IP) addresses of the running Edge Xpert services | |
logs |
[<services>] -o <output_directory> |
Exports the logs from created and/or running Edge Xpert services to the specified directory If no services are specified, outputs all logs to the specified directory |
config |
[<options>] |
|
license |
[<options>] |
|
image |
[<options>] | Displays the versions or Git SHA from which each service was built
|