Profile Command
Last updated
Last updated
OPTIONS
ARGUMENTS
Command Flags
Description
-ad,--addDep
One or more space separated values (maven coordinates) indicating additional dependencies to be included with the server launch. The pattern of additional dependencies should be either <group_id>:<artifact_id>:<version> or <group_id>:<artifact_id>:<version>:<classifier>.
-at,--append_type
Override property for python config for specifying append type with javacpp cpython library paths. Available values are: [BEFORE
, NONE
, AFTER
].
-a,--arch
Name of the cpu architecture. Accepted values are: [x86
, x86_64
, x86_avx2
, x86_64-avx2
, x86_64_avx2
, x86_avx512
, x86_64-avx512
, x86_64_avx512
, armhf
, arm64
, ppc64le
].
-d,--device
Compute device to use with the server. Accepted values are: [CPU
, CUDA_10.0
, CUDA_10.1
, CUDA_10.2
].
-en,--env_name
Override property for python config for selecting environment name for python type CONDA
. Ignored for python type [CUSTOM
, JAVACPP
, VENV
, PYTHON
].
-o,--os
Operating system the server needs to run at. Accepted values are: [windows
, linux
, mac
]. Defaults to the current OS value.
-pp,--python_path
Override property for python config for selecting specifying python path id for python type [PYTHON
, CONDA
, VENV
] and absolute path for python type CUSTOM
. Ignored for python type JAVACPP
.
-pt,--python_type
Override property for python config for selecting python install type. Available values are: [JAVACPP
, CUSTOM
, PYTHON
, CONDA
, VENV
].
-st,--server_types
One or more space separated values, indicating the backend server type. Accepted values are: [HTTP
, GRPC
, MQTT
].
Argument Position
Name
Description
1
profile_name
Name of the profile to create, view, edit or delete.
2
sub_command
Sub command to be used with the profile command. Sub commands are: [default
, create
, list
, view
, edit
, delete
]. Defaults is: list
.