prefect profile

prefect profile [OPTIONS] COMMAND [ARGS]...

Select and manage Prefect profiles.

prefect profile ls

prefect profile ls [OPTIONS]

List profile names.

prefect profile create

prefect profile create [OPTIONS] NAME

Create a new profile.

NAME
string
required

[required]

--from

Copy an existing profile.

prefect profile use

prefect profile use [OPTIONS] NAME

Set the given profile to active.

NAME
string
required

[required]

prefect profile delete

prefect profile delete [OPTIONS] NAME

Delete the given profile.

NAME
string
required

[required]

prefect profile rename

prefect profile rename [OPTIONS] NAME NEW_NAME

Change the name of a profile.

NAME
string
required

[required]

NEW_NAME
string
required

[required]

prefect profile inspect

prefect profile inspect [OPTIONS] [NAME]

Display settings from a given profile; defaults to active.

NAME
string

Name of profile to inspect; defaults to active profile.

prefect profile populate-defaults

prefect profile populate-defaults [OPTIONS]

Populate the profiles configuration with default base profiles, preserving existing user profiles.