Files
dotfiles/bin/resources/help.txt
Menno van Leeuwen 8971d087a3
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m14s
Python Lint Check / check-python (push) Failing after 6s
Remove secrets and auto-start actions and update imports
2025-09-23 13:59:48 +00:00

30 lines
1.5 KiB
Plaintext
Executable File

Usage: dotf [OPTIONS] [ARGS]
update: Update everything in the dotfiles repository.
Options:
--ha, -H Upgrade Home Manager packages
--ansible, -A Upgrade Ansible packages
--ansible-verbose Upgrade Ansible packages with verbose output (-vvv)
--full-speed, -F Use all available cores for compilation (Default: 8 cores)
service: Manage Docker services for development.
Commands:
start SERVICE Start a Docker service
stop SERVICE Stop a Docker service
restart SERVICE Restart a Docker service
update SERVICE Update a Docker service (pull new images and recreate)
update --all Update all running services
logs SERVICE Show Docker service logs
ps [SERVICE] Show Docker service status
list, ls List available Docker services
lint: Run linters on dotfiles.
Options:
--ansible Run only ansible-lint
--nix Run only nixfmt
--python Run only Python linters (pylint, black)
--fix Auto-fix issues where possible
hello: Shows the welcome message for the terminal.
help: Shows this help message