Skip to main content
View profiles available for the current or specified account. Profiles define what permissions you have within an account. Use ‘idyl use’ to switch to a different account/profile combination.

Usage

idyl profile

Aliases

  • profiles

Commands

CommandDescription
idyl profile getList profiles, or get one’s details

Inherited flags

FlagDescription
-a <string>, --account-id <string>Account ID to use (overrides context)
-c <string>, --context <string>Use specific context
--homedir <string>Override config directory (default: ~/.idyl)
-n <string>, --namespace <string>Namespace to use
-o <string>, --output <string>Output format (json|yaml)
-p <string>, --profile <string>Override profile
--realm <string>Override realm
--subnet <string>Override context subnet for this command

Examples

# List profiles for current account
idyl profile list

# List all profiles across all accounts
idyl profile get --all

# List profiles for a specific account
idyl profile get --account-id 550000000001

Subcommand reference

idyl profile get

List profiles or get details of a specific profile. With no arguments, lists all profiles for the current account. With a name argument, filters to a specific profile by name.

Usage

idyl profile get [name] [flags]

Aliases

  • list
  • ls

Flags

FlagDescription
--account-id <string>Filter profiles by account ID
--allShow all profiles across all accounts
-o <string>, --output <string>Output format: table, json, yaml Default: table.

Examples

# List profiles for current account
idyl profile get

# Get a specific profile
idyl profile get admin

# List all profiles across all accounts
idyl profile get --all

# List profiles for a specific account
idyl profile get --account-id 550000000001