Administrate the System Configuration¶
In SEAL Print Client, the system configuration is administered by means of the command line tool, SEAL Print Client CLI.
Import the Configuration into a Running System¶
operator config import <operator>.yml
Import the Configuration and Delete the Consul Key Value Store Before¶
operator config import <operator>.yml --purge
Import the Configuration in an ACL-Secured Consul Key Value Store¶
operator config import <operator>.xml --token <ConsulToken>
For more information, refer to Consul_Token.
Export the Configuration to a YAML File¶
operator config export <operator.yml>
Export the Configuration to a YAML File from an ACL-Secured Consul Key Value Store¶
operator config export <operator>.xml --token <ConsulToken>
For more information, refer to Consul_Token.