You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting set up with uctl and trying to make sure I configure things correctly.
I have two questions related to uctl config init. In the readme it shows an admin section and a union one, but when I ran the command I only get the admin section. Have those sections been unified into one, or do I need both of them?
Also, I'd like to initialize my config with certain flags, so I tried to pass them: uctl config init --logger.level 0. But I get the same config file as before (just an admin section). Is this supposed to work? Is there some other way to change the default configuration using the tool?
The text was updated successfully, but these errors were encountered:
I'm getting set up with
uctl
and trying to make sure I configure things correctly.I have two questions related to
uctl config init
. In the readme it shows anadmin
section and aunion
one, but when I ran the command I only get theadmin
section. Have those sections been unified into one, or do I need both of them?Also, I'd like to initialize my config with certain flags, so I tried to pass them:
uctl config init --logger.level 0
. But I get the same config file as before (just an admin section). Is this supposed to work? Is there some other way to change the default configuration using the tool?The text was updated successfully, but these errors were encountered: