Skip to content

p1-cli@0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Nov 05:55
57464c6

Minor Changes

  • #31 8b873d6 Thanks @ryanbas21! - Add dotenv support and make environment-id optional across all commands

    • Add dotenv package to automatically load .env files on startup
    • Make --environment-id optional for all commands (falls back to PINGONE_ENV_ID env var or stored credentials)
    • Fix ConfigHelper to use idiomatic Option handling
    • Fix updatePingOneUser to use PATCH instead of PUT
    • Fix setPingOneUserPassword Content-Type header handling