|
1 | 1 | dg --help
|
2 | 2 |
|
3 |
| -Usage: dg [OPTIONS] COMMAND [ARGS]... |
4 |
| - |
5 |
| - CLI for managing Dagster projects. |
6 |
| - |
7 |
| -╭─ Options ──────────────────────────────────────────────────────────────────────────────╮ |
8 |
| -│ --clear-cache Clear the cache. │ |
9 |
| -│ --rebuild-component-registry Recompute and cache the set of available │ |
10 |
| -│ component types for the current environment. │ |
11 |
| -│ Note that this also happens automatically │ |
12 |
| -│ whenever the cache is detected to be stale. │ |
13 |
| -│ --install-completion Automatically detect your shell and install a │ |
14 |
| -│ completion script for the `dg` command. This │ |
15 |
| -│ will append to your shell startup file. │ |
16 |
| -│ --version -v Show the version and exit. │ |
17 |
| -│ --help -h Show this message and exit. │ |
18 |
| -╰────────────────────────────────────────────────────────────────────────────────────────╯ |
19 |
| -╭─ Global options ───────────────────────────────────────────────────────────────────────╮ |
20 |
| -│ --verbose Enable verbose output for debugging. │ |
21 |
| -│ --disable-cache Disable the cache.. │ |
22 |
| -│ --cache-dir TEXT Specify a directory to use for the cache. │ |
23 |
| -╰────────────────────────────────────────────────────────────────────────────────────────╯ |
24 |
| -╭─ Commands ─────────────────────────────────────────────────────────────────────────────╮ |
25 |
| -│ check Commands for checking the integrity of your Dagster code. │ |
26 |
| -│ dev Start a local instance of Dagster. │ |
27 |
| -│ docs Commands for generating docs from your Dagster code. │ |
28 |
| -│ env Commands for managing environment variables. │ |
29 |
| -│ init Initialize a new Dagster workspace and a first project within that │ |
30 |
| -│ workspace. │ |
31 |
| -│ launch Launch a Dagster run. │ |
32 |
| -│ list Commands for listing Dagster entities. │ |
33 |
| -│ scaffold Commands for scaffolding Dagster code. │ |
34 |
| -│ utils Assorted utility commands. │ |
35 |
| -╰────────────────────────────────────────────────────────────────────────────────────────╯ |
| 3 | +Usage: dg [OPTIONS] COMMAND [ARGS]... |
| 4 | + |
| 5 | + CLI for managing Dagster projects. |
| 6 | + |
| 7 | +╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
| 8 | +│ --clear-cache Clear the cache. │ |
| 9 | +│ --rebuild-component-registry Recompute and cache the set of available component types for the current │ |
| 10 | +│ environment. Note that this also happens automatically whenever the cache is │ |
| 11 | +│ detected to be stale. │ |
| 12 | +│ --install-completion Automatically detect your shell and install a completion script for the `dg` │ |
| 13 | +│ command. This will append to your shell startup file. │ |
| 14 | +│ --version -v Show the version and exit. │ |
| 15 | +│ --help -h Show this message and exit. │ |
| 16 | +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
| 17 | +╭─ Global options ─────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
| 18 | +│ --verbose Enable verbose output for debugging. │ |
| 19 | +│ --disable-cache Disable the cache.. │ |
| 20 | +│ --cache-dir TEXT Specify a directory to use for the cache. │ |
| 21 | +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
| 22 | +╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
| 23 | +│ check Commands for checking the integrity of your Dagster code. │ |
| 24 | +│ dev Start a local instance of Dagster. │ |
| 25 | +│ docs Commands for generating docs from your Dagster code. │ |
| 26 | +│ env Commands for managing environment variables. │ |
| 27 | +│ init Initialize a new Dagster workspace and a first project within that workspace. │ |
| 28 | +│ launch Launch a Dagster run. │ |
| 29 | +│ list Commands for listing Dagster entities. │ |
| 30 | +│ scaffold Commands for scaffolding Dagster code. │ |
| 31 | +│ utils Assorted utility commands. │ |
| 32 | +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
0 commit comments