Skip to content

Commit

Permalink
feat: support aws/aws-cli (#438)
Browse files Browse the repository at this point in the history
close #437
  • Loading branch information
mikutas committed Sep 26, 2023
1 parent 7cf9c21 commit eea13b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"golang/tools",
"kubernetes/kubectl",
"twistedpair/google-cloud-sdk",
"awslabs/mountpoint-s3"
"awslabs/mountpoint-s3",
"aws/aws-cli"
],
"matchPaths": [
"**/.aqua.yaml",
Expand Down Expand Up @@ -41,7 +42,8 @@
"golang/tools",
"kubernetes/kubectl",
"twistedpair/google-cloud-sdk",
"awslabs/mountpoint-s3"
"awslabs/mountpoint-s3",
"aws/aws-cli"
],
"matchPaths": [
"**/.aqua.yaml",
Expand Down
1 change: 1 addition & 0 deletions jsonnet/utils.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'kubernetes/kubectl',
'twistedpair/google-cloud-sdk',
'awslabs/mountpoint-s3',
'aws/aws-cli',
],
aquaYAMLFileMatch: ['\\.?aqua\\.ya?ml'],
wrapQuote(s):: "(?:%s|'%s'|\"%s\")" % [s, s, s],
Expand Down

0 comments on commit eea13b7

Please sign in to comment.