-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
component/clikind/enhancementNew feature or requestNew feature or requestkind/taskProject maintenance taskProject maintenance task
Milestone
Description
Reason/Context
- We have support for
ClientOptsstruct, which will work as global client options for each command and help to initiate a newmicrocksClientaccording to the global options. - All the current commands who are initiating a microcks client should implement it to create a microcks client based on the global configuration, and it will reduce the overhead of setting some flags for each command.
Description
Benifits
- This feature will remove flags like
verbose,insecureTLS,caCertsfrom each command, and we can mention them inrootcommand and make it persistent to all sub commands. - We can also use flags like
--contextto perform something in specific context dynamically and--config-pathto load the configs from custom config location on the fly. - We can manipulate the configs of the MicrocksClient for specific command.
Implementation ideas
No response
Metadata
Metadata
Assignees
Labels
component/clikind/enhancementNew feature or requestNew feature or requestkind/taskProject maintenance taskProject maintenance task