Skip to content

Commit

Permalink
awscli integration (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit17 authored Aug 18, 2023
1 parent d1541d1 commit 9689d5f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/awscli/awscli.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { makeToolTestConfig, toolTest } from "tests";
toolTest({
toolName: "awscli",
toolVersion: "1.29.30",
testConfigs: [
makeToolTestConfig({
command: ["aws", "--version"],
expectedOut: "aws-cli/1.29.30",
}),
],
});
8 changes: 8 additions & 0 deletions tools/awscli/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 0.1
tools:
definitions:
- name: awscli
runtime: python
package: awscli
known_good_version: 1.29.30
shims: [aws]

0 comments on commit 9689d5f

Please sign in to comment.