Changeset View
Changeset View
Standalone View
Standalone View
python_modules/automation/setup.py
Show All 34 Lines | setup( | ||||
], | ], | ||||
entry_points={ | entry_points={ | ||||
"console_scripts": [ | "console_scripts": [ | ||||
"dagster-buildkite = automation.buildkite.cli:main", | "dagster-buildkite = automation.buildkite.cli:main", | ||||
"dagster-docs = automation.docs.cli:main", | "dagster-docs = automation.docs.cli:main", | ||||
"dagster-image = automation.docker.cli:main", | "dagster-image = automation.docker.cli:main", | ||||
"dagster-release = automation.release.cli:main", | "dagster-release = automation.release.cli:main", | ||||
"dagster-scaffold = automation.scaffold.cli:main", | "dagster-scaffold = automation.scaffold.cli:main", | ||||
"dagster-graphql-client = automation.graphql.python_client.cli:main", | |||||
] | ] | ||||
}, | }, | ||||
) | ) |