Beta

Inspect and manage CLI profiles (ADR-0014)

Usage: mf profile [command]

Options

OptionsPurpose
-h, --helpdisplay help for command

Subcommands

CommandPurpose
mf profile showShow a profile: source, paths, login and daemon state
mf profile listList profiles on this machine
mf profile deleteDelete a profile: credentials, pending login, daemon state and init units. Agent data lives in the machine-shared ~/.manyfold/workspaces and is never touched.

mf profile show

Show a profile: source, paths, login and daemon state

Usage: mf profile show [options] [name]

Arguments

ArgumentPurpose
[name]profile to inspect (default: the current one)

Options

OptionsPurpose
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf profile list

List profiles on this machine

Usage: mf profile list [options]

Options

OptionsPurpose
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf profile delete

Delete a profile: credentials, pending login, daemon state and init units. Agent data lives in the machine-shared ~/.manyfold/workspaces and is never touched.

Usage: mf profile delete [options] <name>

Arguments

ArgumentPurpose
<name>profile to delete

Options

OptionsPurpose
--forceallow deleting the default profile
-y, --yesskip the confirmation prompt
--jsonoutput the result as JSON
-h, --helpdisplay help for command
Was this page helpful?