No Results
sysvar

edgeCore Version: 4.3.6

Creates a system variable or updates an existing one. The variable will be stored in the local.properties configuration file.

Command

sysvar [--put] [-k] [-v] [-e] [-r]

Parameters

Flag Required Description
-k
Yes Key / system variable name
-v
Yes System variable value
-e
No Used to encrypt the property in the property file
-r
No Used to restart the server so that new value will be available

Example

bin/es-cli.sh --user admin --pass pass123 sysvar --put -k sysvartest -v edge

Response

Saved sysVar value

 


Terms | Privacy