2019-08-16 07:09:26 +03:00
|
|
|
.. Licensed to the Apache Software Foundation (ASF) under one
|
2018-11-13 17:01:44 +03:00
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
2019-08-16 07:09:26 +03:00
|
|
|
.. http://www.apache.org/licenses/LICENSE-2.0
|
2018-11-13 17:01:44 +03:00
|
|
|
|
2019-08-16 07:09:26 +03:00
|
|
|
.. Unless required by applicable law or agreed to in writing,
|
2018-11-13 17:01:44 +03:00
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
|
2019-08-16 07:09:26 +03:00
|
|
|
|
|
|
|
|
2019-08-07 17:45:46 +03:00
|
|
|
Command Line Interface Reference
|
|
|
|
================================
|
2015-02-01 18:57:29 +03:00
|
|
|
|
2015-06-29 01:57:13 +03:00
|
|
|
Airflow has a very rich command line interface that allows for
|
|
|
|
many types of operation on a DAG, starting services, and supporting
|
2015-02-01 18:57:29 +03:00
|
|
|
development and testing.
|
|
|
|
|
2019-03-04 16:50:32 +03:00
|
|
|
.. contents:: Content
|
|
|
|
:local:
|
|
|
|
:depth: 2
|
|
|
|
|
2015-02-01 18:57:29 +03:00
|
|
|
.. argparse::
|
|
|
|
:module: airflow.bin.cli
|
|
|
|
:func: get_parser
|
|
|
|
:prog: airflow
|