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

Breaking changes: respect --fileoutput in CSV and rename -f csv-export to -f csv #290

Merged
merged 9 commits into from
Jun 15, 2024

Commits on May 14, 2024

  1. code de-dupe and formatting improvement to table

    need to test csv
    aantn committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f80bc56 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    0c46a59 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. bug fix

    aantn committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    58ff2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3544b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    bff9fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e6298 View commit details
    Browse the repository at this point in the history
  3. CSV export should respect --fileoutput flag

    We now treat CSV output the same as JSON and YAML.
    A --fileoutput-dynamic flag was added to support the previous behavior for users who desire it
    aantn committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    896cc22 View commit details
    Browse the repository at this point in the history
  4. Remove unused code and imports

    aantn committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    06867ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c44f8f9 View commit details
    Browse the repository at this point in the history