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

WIP (DIO-911) Include job_id in ABS --json output #92

Merged

Commits on Aug 21, 2020

  1. (maint) Remove warning about missing configuration file

    Previously the CLI would emit a warning about missing configuration
    file, but a configuration file does not appear to be a requirement, at
    least based on the documentation and the fact that everything can be
    specified directly on the command line.
    
    This commit simply removes the warning.
    
    Users will no longer get a warning when doing things like `floaty
    --version`, `floaty help`, and any other subcommand.
    nwolfe committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    04c73a9 View commit details
    Browse the repository at this point in the history
  2. (maint) Mention configuration file in CLI help text description

    So users can be aware of the configuration file since it will no
    longer be emitted as a warning during CLI invocation.
    nwolfe committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    8341a5f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. (maint) Add --user CLI option on delete and list subcommands

    To support usage without a configuration file.
    nwolfe committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    9a44cc4 View commit details
    Browse the repository at this point in the history
  2. WIP (DIO-911) Include job_id in ABS --json output

    Prior to this commit, when using --service=abs and --json the job_id
    value is not included in the JSON blob, which makes it difficult for
    calling code to grab both the job_id and the hosts without text
    processing the log messages printed to standard error.
    nwolfe committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    cb1ea82 View commit details
    Browse the repository at this point in the history