list

Definition

Displays the list of roles.

Usage

$ airflow roles list [-h] [-o table, json, yaml, plain] [-p] [-v]

Arguments

Parameter Description

-p, --permission

Show role permissions

-o, --output

Output format. Possible values: table, json, yaml, plain. Default: table

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

To display the list of roles, run:

$ airflow roles list

Output example:

name
=========
Admin
Op
Public
User
Viewer
test_role
Found a mistake? Seleсt text and press Ctrl+Enter to report it