---
title: "subako profile"
description: "Credential profile administration"
---

[CLI reference](/cli)

## `subako profile`

Credential profile administration

### Usage

```text
Usage: subako profile <COMMAND>
```

### Subcommands

- [`subako profile list`](#subako-profile-list)
- [`subako profile use`](#subako-profile-use)

### Options

#### `--help`

Print help

- Short option: `-h`.

## `subako profile list`

List stored credential profiles

### Usage

```text
Usage: subako profile list [OPTIONS]
```

### Options

#### `--credentials-file <CREDENTIALS_FILE>`

Path to the credentials file. Defaults to SUBAKO_CREDENTIALS_FILE, then ~/.config/subako/credentials.json.


#### `--help`

Print help

- Short option: `-h`.

## `subako profile use`

Switch the active credential profile

### Usage

```text
Usage: subako profile use [OPTIONS] <NAME>
```

### Arguments

#### `<NAME>`

Profile name, as shown by `profile list`

- Required.

### Options

#### `--credentials-file <CREDENTIALS_FILE>`

Path to the credentials file. Defaults to SUBAKO_CREDENTIALS_FILE, then ~/.config/subako/credentials.json.


#### `--help`

Print help

- Short option: `-h`.
