CLI configurable format: [Default format should be configurable](https://github.com/clicon/clixon-controller/issues/87)

Added option: `CLICON_CLI_OUTPUT_FORMAT` - Default CLI output format
This commit is contained in:
Olof hagsand 2024-04-05 15:13:24 +02:00
parent bd3a841103
commit 60a774cbf7
18 changed files with 168 additions and 83 deletions

View file

@ -4,6 +4,8 @@
if [ $(whoami) != root ]; then
EXTRAUSER="<user-name>$(whoami)</user-name>"
else
EXTRAUSER=""
fi
# Three groups from RFC8341 A.1 (admin extended with $USER)