Commit Graph

1 Commits (b75bc95494d5581c5d40be32649ec19a8354129c)

Author SHA1 Message Date
Jason Stirnaman be87ffc5b7 - Redesign of the docs CLI tools for creating and editing content
- Cleaner interface works better for piping output to agents and downstream utilities
- Updates README.md and other authoring docs

This repository includes a `docs` CLI tool for common documentation workflows:

```sh
npx docs create drafts/new-feature.md --products influxdb3_core

npx docs edit https://docs.influxdata.com/influxdb3/core/admin/

npx docs placeholders content/influxdb3/core/admin/upgrade.md

npx docs --help
```
2025-11-01 16:33:14 -05:00