Skip to main content

Usage

phala profiles
The active profile is marked with an asterisk (*).

Examples

List all profiles

$ phala profiles
* default
  work
  personal

Profile Management

Create a new profile

Use phala login --profile <name>:
$ phala login --profile work
Opening browser for authentication...
 Saved credentials to profile: work

Switch between profiles

Use phala switch <name>:
$ phala switch work
 Switched to profile: work

Delete a profile

Manually remove the profile file:
$ rm ~/.phala-cloud/profiles/work.json

Profile Storage

Profiles are stored in ~/.phala-cloud/profiles/<name>.json Each profile contains:
  • API key
  • Workspace information
  • User metadata