VI(1) - General Commands Manual
ex, vi, view - text editors
ex [-FRrSsv]
| flags := "" | |
| # you're looking at it! | |
| help: | |
| @just --list | |
| # Usage: `just init` or `just init prod` | |
| # Do the initial software install & config for a host. | |
| init env="staging": | |
| ansible-playbook -l {{ env }} {{ flags }} base_playbook.yml | 
This project uses Cursor rules for consistent code quality and documentation standards. When working on this codebase, review and apply the relevant rules from .cursor/rules/:
alwaysApply: true in their frontmatter should be followed for all code changesglobs patterns apply only when working with matching file types