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.

Arguments

NAME
string
required
[required]

Options

--from
Copy an existing profile.

prefect profile use

prefect profile use [OPTIONS] NAME
Set the given profile to active.

Arguments

NAME
string
required
[required]

prefect profile delete

prefect profile delete [OPTIONS] NAME
Delete the given profile.

Arguments

NAME
string
required
[required]

prefect profile rename

prefect profile rename [OPTIONS] NAME NEW_NAME
Change the name of a profile.

Arguments

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.

Arguments

NAME
string
Name of profile to inspect; defaults to active profile.

Options

--output
Specify an output format. Currently supports: json

prefect profile populate-defaults

prefect profile populate-defaults [OPTIONS]
Populate the profiles configuration with default base profiles, preserving existing user profiles.