Quick links:
Flags
Verbs
Functions
Glossary
Release docs
How to contribute¶
Community discussions¶
You can ask questions -- or answer them! -- following the links on the Community page.
Documentation improvements¶
Pre-release Miller documentation is at https://github.com/johnkerl/miller/tree/main/docs.
Instructions for modifying, viewing, and submitting PRs for these are in README-docs.md.
Once PRs are merged, readthedocs creates https://miller.readthedocs.io using the following configs:
- https://readthedocs.org/projects/miller
- https://readthedocs.org/projects/miller/builds
- https://github.com/johnkerl/miller/settings/hooks
Testing a development build¶
To try out unreleased changes, either build from source via Building from source, or grab a recent binary from https://github.com/johnkerl/miller/actions (latest build → Artifacts). Then use it as you normally would, and file an issue at https://github.com/johnkerl/miller/issues if you hit something.
Source-code mods¶
Please see the repo's CONTRIBUTING.md.