Skip to content

p1-cli@0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Nov 18:34
· 4 commits to main since this release
6286fd4

Patch Changes

  • #23 70f612e Thanks @ryanbas21! - Fix auth login command to support multiple input methods with proper precedence:

    • CLI flags (highest priority)
    • Environment variables (PINGONE_CLIENT_ID, PINGONE_CLIENT_SECRET, PINGONE_ENV_ID, PINGONE_AUTH_REGION)
    • Interactive prompts (lowest priority)

    All authentication options are now optional, allowing flexible authentication workflows for different use cases (CI/CD, development, interactive).