Skip to content

feat: new interactive configuration tool #10#201

Open
dcremonini wants to merge 2 commits into
mainfrom
feat/add-sections-for-applications
Open

feat: new interactive configuration tool #10#201
dcremonini wants to merge 2 commits into
mainfrom
feat/add-sections-for-applications

Conversation

@dcremonini

Copy link
Copy Markdown
Contributor

No description provided.

@dcremonini dcremonini force-pushed the feat/add-sections-for-applications branch from 4e09fca to d157bcb Compare May 30, 2026 12:32
@sciabarracom

Copy link
Copy Markdown
Contributor

how can we test it?

@dcremonini dcremonini force-pushed the feat/add-sections-for-applications branch from 4f2f0d0 to dbdd254 Compare June 8, 2026 16:47
@dcremonini

Copy link
Copy Markdown
Contributor Author

How to test

Open a terminal.

Let's say that you want to set the PostgreSQL password.

With the old configurator, you have to run the command below:

ops -config POSTGRES_PASSWORD=Pi3m7Oqdq5ck

There should be no output here.

To read the current value:

ops -config POSTGRES_PASSWORD

The output should be Pi3m7Oqdq5ck

Now from the util/config/configurator folder run the interactive tool with the command

bun run start -- all-config-parameters.toml

and navigate to postgresql, then set the password to AAAABBBB (password characters are hidden)
then

  • go back to components,
  • exit the configuration,
  • and finally apply the configuration directly.

After the tool applied the configuration, you can run again the command needed to show the value of the POSTGRES_PASSWORD parameter:

ops -config POSTGRES_PASSWORD

The output should be AAAABBBB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants