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

DXCDT-267: Graceful handling of access token regeneration (2/x) #547

Merged
merged 8 commits into from
Dec 9, 2022

Commits on Dec 9, 2022

  1. Consolidating Manage configured tenants.

    Usage:
      auth0 tenants <operation> [parameters...] [flags]
    
    Available Operations:
      use         Set the active tenant
      list        List your tenants [ls]
      open        Open tenant settings page in the Auth0 Dashboard
    
    Flags:
      -h, --help   help for tenants
    
    Global Flags:
          --debug           Enable debug mode.
          --json            Output in json format.
          --no-color        Disable colors.
          --no-input        Disable interactivity.
          --tenant string   Specific tenant to use. (default "auth0-cli-integration-tests.us.auth0.com")
    
    Use "auth0 tenants [command] --help" for more information about a command. into
    willvedd authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e08f92d View commit details
    Browse the repository at this point in the history
  2. Cleaning up messaging

    willvedd authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0001874 View commit details
    Browse the repository at this point in the history
  3. Minor changes

    willvedd authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    abaf51e View commit details
    Browse the repository at this point in the history
  4. Reverting erroneous change

    willvedd authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    a0a35bf View commit details
    Browse the repository at this point in the history
  5. Removing --as-machine flag

    willvedd authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f914c25 View commit details
    Browse the repository at this point in the history
  6. Update internal/cli/cli.go

    Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
    2 people authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3daf9df View commit details
    Browse the repository at this point in the history
  7. Update internal/cli/cli.go

    Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
    2 people authored and sergiught committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8eaccd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f2c5df View commit details
    Browse the repository at this point in the history