Actions
action #81890
closedExtend help for openQA client config, e.g. mention the environment variable OPENQA_CONFIG
Description
Motivation¶
Many users use API key and secret command line parameters because they are not aware of the config file or the according format. Also bots are all using the same user, e.g. "geekotest", likely because people are not aware how OPENQA_CONFIG works, see https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/UserAgent.pm#L37 . We can improve the help.
Acceptance criteria¶
- AC1:
--help
of openqa-client and openqa-cli make the information about the config file and OPENQA_CONFIG easily accessible
Suggestions¶
- Extend the help
- Consolidate the different comments and help strings we have
- Ensure the env variable OPENQA_CONFIG is mentioned in help+doc
Updated by okurz over 2 years ago
- Related to action #90038: Better error handling when reading API key+secret from ~/.config/openqa/client.conf added
Updated by okurz over 2 years ago
- Status changed from Workable to Resolved
- Assignee set to mkittler
- Target version changed from future to Ready
Done by mkittler in #90038
Actions