Skip to content

Add support for showing the values of the parameters in foremanctl deploy --help #281

@shubhamsg199

Description

@shubhamsg199

The current installer shows the values of options for foreman-installer --help
For example:

# satellite-installer --full-help | grep foreman-db-database
    --foreman-db-database                                                        Database 'production' database (e.g. foreman) (current: "foreman")
    --reset-foreman-db-database                                                  Reset db_database to the default value ("foreman")

Here the current database name is shown which is "foreman"
In the foremanctl the behaviour is different.

# foremanctl deploy --help | grep foreman-database-name
                         [--foreman-database-name FOREMAN_DATABASE_NAME]
                         [--reset-foreman-database-name]
  --foreman-database-name FOREMAN_DATABASE_NAME
  --reset-foreman-database-name

I think many customers might be using this functionality for fetching the values quickly and would be good to maintain the similarity between old and new installer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions