Difference between revisions of "Airflow --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} airflow --help")
 
 
(18 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
  [[airflow]] --help
 
  [[airflow]] --help
 +
 +
usage: airflow [-h] GROUP_OR_COMMAND ...
 +
 +
positional arguments:
 +
  GROUP_OR_COMMAND
 +
 +
    Groups:
 +
      [[airflow celery|celery]]        Celery components
 +
      [[airflow config]]        View configuration
 +
      [[airflow connections|connections]]    Manage connections
 +
      [[airflow dags|dags]]          Manage DAGs
 +
      [[airflow db|db]]            Database operations
 +
      [[airflow jobs|jobs]]          Manage jobs
 +
      [[airflow kubernetes|kubernetes]]    Tools to help run the KubernetesExecutor
 +
      [[airflow pools|pools]]          Manage pools
 +
      [[airflow providers|providers]]      Display providers
 +
      [[airflow roles|roles]]          Manage roles
 +
      [[airflow tasks|tasks]]          Manage tasks
 +
      [[airflow users|users]]          Manage users
 +
      [[airflow variables|variables]]      Manage variables
 +
 +
    Commands:
 +
      [[airflow cheat-sheet|cheat-sheet]]    Display cheat sheet
 +
      [[airflow dag-processor|dag-processor]]  Start a standalone Dag Processor instance
 +
      [[airflow info|info]]          Show information about current Airflow and environment
 +
      [[airflow kerberos|kerberos]]      Start a kerberos ticket renewer
 +
      [[airflow plugins|plugins]]        Dump information about loaded plugins
 +
      [[airflow rotate-fernet-key|rotate-fernet-key]]
 +
                      Rotate encrypted connection credentials and variables
 +
      [[airflow scheduler|scheduler]]      Start a scheduler instance
 +
      [[airflow standalone|standalone]]    Run an all-in-one copy of Airflow
 +
      [[airflow sync-perm|sunc-perm]]      Update permissions for existing roles and optionally DAGs
 +
      [[airflow triggerer|triggerer]]      Start a triggerer instance
 +
      [[airflow version|version]]        Show the version
 +
      [[airflow webserver|webserver]]      Start a Airflow webserver instance
 +
 +
options:
 +
  -h, --help        show this help message and exit
 +
 +
 +
== See also ==
 +
* {{airflow cmd}}
 +
* {{airflow}}
 +
 +
[[Category:Airflow]]

Latest revision as of 10:49, 20 December 2022

airflow --help
usage: airflow [-h] GROUP_OR_COMMAND ...

positional arguments:
 GROUP_OR_COMMAND

   Groups:
     celery         Celery components
     airflow config         View configuration
     connections    Manage connections
     dags           Manage DAGs
     db             Database operations
     jobs           Manage jobs
     kubernetes     Tools to help run the KubernetesExecutor
     pools          Manage pools
     providers      Display providers
     roles          Manage roles
     tasks          Manage tasks
     users          Manage users
     variables      Manage variables
    Commands:
      cheat-sheet    Display cheat sheet
      dag-processor  Start a standalone Dag Processor instance
      info           Show information about current Airflow and environment
      kerberos       Start a kerberos ticket renewer
      plugins        Dump information about loaded plugins
      rotate-fernet-key
                     Rotate encrypted connection credentials and variables
      scheduler      Start a scheduler instance
      standalone     Run an all-in-one copy of Airflow
      sunc-perm      Update permissions for existing roles and optionally DAGs
      triggerer      Start a triggerer instance
      version        Show the version
      webserver      Start a Airflow webserver instance

options:
  -h, --help         show this help message and exit


See also[edit]

Advertising: