» prefect profile --help Usage: prefect profile [OPTIONS] COMMAND [ARGS]... Select and manage Prefect profiles. ╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ --help Show this message and exit. │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ ╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ ls List profile names. │ │ create Create a new profile. │ │ use Set the given profile to active. │ │ delete Delete the given profile. │ │ rename Change the name of a profile. │ │ inspect Display settings from a given profile; defaults to active. │ │ populate-defaults Populate the profiles configuration with default base profiles, preserving existing user profiles. │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ » prefect profile ls ┏━━━━━━━━━━━━━━━━━━━━━┓ ┃ Available Profiles: ┃ ┡━━━━━━━━━━━━━━━━━━━━━┩ │ local │ │ pong │ │ * bleeding │ │ stg │ │ empty │ │ prefect-cloud │ └─────────────────────┘ * active profile » prefect profile inspect local PREFECT_API_URL='http://127.0.0.1:4200/api'