Port forwarding and aliases

This commit is contained in:
Greg Hellings
2022-11-10 08:23:35 -06:00
parent a09f87a3bb
commit b4b554029c
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -31,17 +31,20 @@
aliases = {
ac = "vox activate";
cblack = "compass workspace run src/python3/uc/tools:run_black --";
cbuild = "compass workspace build";
cci = "./scripts/circleci-checks.py";
crun = "compass workspace run";
ctest = "compass workspace test";
cylint = "./scripts/run_yaml_lint.py";
d = "vox deactivate";
devroles = "cd ~/src/ansible_collections/devroles";
dirflake = "nix flake new -t github:nix-community/nix-direnv";
ll = "ls -l";
molcol = "molecule -c ../../tests/molecule.yml";
nixup = "nix flake lock --update-input";
pa = "cd ~/src/packaging";
tsup = "sudo tailscale up";
tspub = "sudo tailscale up --exit-node=linode";