Administrate the System Configuration ???? Für aktuelles Produkt umarbeiten ????¶
The configuration of SEAL Print Client is kept in the Consul key value store and can be administrate by SEAL Print Client CLI.
Import the Configuration into a Running System¶
operator config import <filename>.yml
Delete the Consul Key Value Store and Import the Configuration¶
operator config import <filename>.yml --purge
Import the Configuration in an ACL-Secured Consul Key Value Store¶
operator config import <filename>.yml --token <ConsulToken>
For more information, refer to CONSUL_TOKEN.
Export the Configuration¶
operator config export <filename>.yml
Export the Configuration from an ACL-Secured Consul Key Value Store¶
operator config export <filename>.yml --token <ConsulToken>
For more information, refer to CONSUL_TOKEN.