goharbor / harbor-cli

[Sandbox] Official Harbor CLI
Apache License 2.0
31 stars 37 forks source link

feat/Add: Configuration command to Manage System Configuration #114

Open bupd opened 2 months ago

bupd commented 2 months ago

Overview:

This pull request adds the config command, a vital enhancement for managing system configurations. The command is designed to fetch, update and store the system configuration in the Harbor config file, ensuring that the current configuration of the system is easily accessible and manageable.

Key Features:

Motivation and Context:

Managing system configurations is a fundamental task for system administrators. The current cli lacks the configuration management. By introducing the config command, we aim to streamline configuration management, making it easier for administrators to access and update system settings.

New Commands:

Fix: #94 #113

bupd commented 2 months ago

Screenshots:

Config Get:

configGet

Config Update:

configUpdate

Note:

config will be udpated based on the config file by default