Metadata-Version: 2.4
Name: dagflow-cli-plugin
Version: 0.1.0
Summary: Snowflake CLI plugin for managing Dagflow deployments.
Requires-Python: <3.13,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: dagster-dg-core>=1.12.1
Requires-Dist: packaging<27,>=24
Requires-Dist: pex<3,>=2.33
Requires-Dist: pyyaml<7,>=6
Requires-Dist: snowflake-cli<4,>=3

# Dagflow CLI

Snowflake CLI plugin for building, deploying, and managing Dagflow code locations.

Install it in the same Python environment as Snowflake CLI:

```bash
pip install dagflow-cli-plugin
```

Enable the external plugin in the Snowflake CLI configuration:

```toml
[cli.plugins.dg]
enabled = true
```

Dagflow commands are then available under `snow dg`.
