create

Definition

Creates a role.

Usage

$ airflow roles create [-h] [-v] [role ...]

Arguments

Parameter Description

role

The name of a role

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

To create a test role, run:

$ airflow roles create test_role

Output example:

Added 1 role(s)
Found a mistake? Seleсt text and press Ctrl+Enter to report it