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

Add support for structured config file and lxcri config command. #53

Merged
merged 8 commits into from
May 6, 2021

Commits on May 6, 2021

  1. cli: Remove environment file support.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e56d9d6 View commit details
    Browse the repository at this point in the history
  2. cli: Assemble ContainerConfig in create command.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ed1d988 View commit details
    Browse the repository at this point in the history
  3. cli: Refactor for config file support.

    * Introduce default CLI configuration.
    * Extract log configuration.
    * Omit serialization of ephemeral and empty values.
    
    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    efc2c25 View commit details
    Browse the repository at this point in the history
  4. cli: Load config file and add config subcommand.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ba6923e View commit details
    Browse the repository at this point in the history
  5. cli: Add timeouts to configuration.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    0da2c11 View commit details
    Browse the repository at this point in the history
  6. cli: Add timeout flags to root cmd.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    78953a3 View commit details
    Browse the repository at this point in the history
  7. Update configuration section in CLI documentation.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    1afa3fb View commit details
    Browse the repository at this point in the history
  8. cli: Change default log level.

    * Change default liblxc log level to 'warn'.
    * Change default lxcri log level to 'info'.
    
    Signed-off-by: Ruben Jenster <[email protected]>
    r10r committed May 6, 2021
    Configuration menu
    Copy the full SHA
    5e47e19 View commit details
    Browse the repository at this point in the history