Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add METAL_CONFIG as alternative to --config #420

Merged
merged 2 commits into from
Jan 5, 2024
Merged

Commits on Jan 5, 2024

  1. feat: add METAL_CONFIG as alternative to --config

    Nearly all --args can be supplied as METAL_{ARG} because we take advantage of Viper's AutomaticEnv feature.
    
    The code that configures this and runs this happens after the config file option is detected and read in.
    In order to support METAL_CONFIG, we have to check for it explicitly.
    
    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague authored and ctreatma committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    85dad3f View commit details
    Browse the repository at this point in the history
  2. chore(docs): regenerate documentation with METAL_CONFIG

    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague authored and ctreatma committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6c58eb1 View commit details
    Browse the repository at this point in the history