1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-08 21:08:30 +00:00

fish: more arista functions

This commit is contained in:
Phantop 2025-03-28 16:56:40 -04:00
parent 952e894099
commit ba3f91e1ca

View file

@ -135,7 +135,7 @@ if type arista-python || type arista-ssh
a abuild 'a4c build --platform x86_64_el9 --service workspace'
a adef 'a grok -d'
a amk 'a ws make -p (basename (git root || pwd))'
a artic 'a mut artic --mut-diff (a git diff -t | psub)'
a artic 'gb artic --schedule now'
a assh 'arista-ssh login -p google'
a bump 'gb commit -a --amend --no-edit'
a clake 'curl -L http://joblog/$argv | copen -;:'
@ -147,11 +147,11 @@ if type arista-python || type arista-ssh
a gb 'a git'
a job 'a reproduce -j'
a lake 'v http://joblog/$argv;:'
a lint 'a git lint'
a lunch 'gb launch --schedule build --testing full'
a mock 'a mut mock --mut-diff (a git diff -t | psub)'
a lunch 'gb launch --schedule build --testing none'
a mock 'gb mock --schedule now'
a oc 'gnmi -addr (dut):6030 -username admin get / | tail -n+2'
a pb 'curl -F c=@- pb/'
a prop 'ART_DISPLAY_PROPERTIES=$argv[1] dt info -s $argv[2] | grep $argv[1];:'
a pydt 'dt pyshell'
a reagent 'echo "edut.restartAgent(\'$argv\')" | pydt;:'
a rebase 'gb update --sync --rebase-topics'