MarketDeck docs
profile
Export, import, inspect, and apply named MarketDeck config profiles.
marketdeck profile manages named wallet/agent configuration profiles. Profiles intentionally exclude secrets; after applying a profile, use marketdeck wallets set-secret for real wallets.
Usage#
marketdeck profile <list|show|use|export|import> [args]
| Subcommand | What it does | |
|---|---|---|
list | List saved profiles under the user config dir. | |
| `show <name | path>` | Print one profile JSON. |
export <name> [--out PATH] | Save current wallets and agents as a profile. | |
import <path> [--name NAME] | Copy an existing profile into the profile store. | |
| `use <name | path> --yes` | Replace current wallets and agents with the profile. |
Examples#
marketdeck profile export paper-only
marketdeck profile list
marketdeck profile show paper-only --format json
marketdeck profile import ./prod.json --name prod
marketdeck profile use prod --yes