Files
winos-config/vm_test/justfile
EthanShoeDev ac51644bda wip monorepo
2025-12-22 15:37:29 -05:00

22 lines
351 B
Makefile

set windows-shell := ["pwsh.exe", "-NoLogo", "-NoProfile", "-CommandWithArgs"]
# List commands
default:
@just --list
# Choose a command
choose:
@just --choose
# Up the vagrant box
up:
vagrant up
# Reload the vagrant box and provision it
reload:
vagrant reload --provision
# Destroy the vagrant box (forcefully)
nuke:
vagrant destroy -f