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

Feature: Update CLI for group creation to use explicit option names for group owner properties #72

Merged

Commits on Jun 25, 2023

  1. feat(cli): Changed CLI parameters for Ownership to be explicit

    I've updated how CLI arguments for owners work. Specifically, I've changed to arguments to no longer use user input to know the field name. Instad, there are new `--owner-name`, `--owner-email`, and `--owner-properties` fields. The `--owner-properties` field is used to supply a YML string that is parsed for extra properities in the object.
    
    BREAKING CHANGE: Creates a breaking change in CLI arguments relative to current version
    Resolves: dbt-labs#65
    nicholasyager committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    9c760c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    492d50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070f2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f20c0ef View commit details
    Browse the repository at this point in the history