Skip to main content
Manage named configuration profiles. A profile is a stored configuration file. One profile is active at a time, and you can point a single command at another with --profile <name>.

Examples

formae profile list

List all profiles, marking the active one with *.

Flags

formae profile current

Print the active profile name.

Flags

formae profile use

Switch the active profile.

formae profile create

Create a new profile from the starter template. This does not switch the active profile.

Flags

formae profile save

Snapshot the active profile under a new name. This does not switch the active profile.

Flags

formae profile edit

Open a profile in $EDITOR. With no name, opens the active profile.

formae profile diff

Run diff -u between two profiles, or between one profile and the active profile.

formae profile delete

Delete a profile. The active profile cannot be deleted.