astro dbt cleanup only removes .astro/dbt_metadata.json and .astro/manifest.slim.json files that the Cosmos Boost pre-deploy step generated. It doesn’t remove any other files under .astro/.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Remove Cosmos Boost pre-deploy artifacts from a dbt project.
astro dbt cleanup only removes .astro/dbt_metadata.json and .astro/manifest.slim.json files that the Cosmos Boost pre-deploy step generated. It doesn’t remove any other files under .astro/.
astro dbt cleanup <path> <options>
| Option | Description | Possible Values |
|---|---|---|
<path> | One or more paths to remove Cosmos Boost artifacts from. Default is . | Any valid filepath. Repeat to specify more than one path. |
astro dbt cleanup
astro dbt cleanup dbt/project-a dbt/project-b
Was this page helpful?