chore(snippets): start collections

This commit is contained in:
Michele Cereda
2024-11-01 20:59:47 +01:00
parent 70f15009b6
commit 6acd168f98
2 changed files with 11 additions and 0 deletions

4
snippets/jq.fish Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env fish
# Update values of keys
jq '.dependencies."@pulumi/aws" |= "6.57.0"' 'package.json' | sponge 'package.json'

7
snippets/yubikey.fish Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env fish
###
# just dump, still needs tests
###
ssh-keygen -t 'ed25519-sk' -O 'resident' -O 'verify-required' -C "Yubikey 5C NFC"