File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # plugins-index
3
+
4
+ This is the centralized plugin index for [ hasura plugin manager] [ hasura-cli ] .
5
+
6
+ * As a hasura CLI user: You can discover available hasura CLI
7
+ plugins hosted in this repository.
8
+ * As a hasura CLI plugin developer: You can publish your plugins in this
9
+ repository and make it available to others.
10
+
11
+ [ hasura-cli ] : https://github.com/hasura/graphql-engine
Original file line number Diff line number Diff line change
1
+ name : cli-ext
2
+ version : " v1.0.0"
3
+ shortDescription : " Hasura CLI extension"
4
+ homepage : https://github.com/hasura/graphql-engine
5
+ hidden : true
6
+ platforms :
7
+ - uri : https://storage.googleapis.com/plugins-test/cli-ext/command-linux
8
+ sha256 : c0c628927d3c6d81b9d6325cf02f42b728a787945121134207bfedf7ff0d64bb
9
+ bin : command-linux
10
+ files :
11
+ - from : ./command-linux
12
+ to : command-linux
13
+ selector : linux-amd64
14
+ - uri : https://storage.googleapis.com/plugins-test/cli-ext/command-macos
15
+ sha256 : 82788b8e554b9f332535b0a9cd35f295bf07aed50ae67f6b36ee11cdeb84efa6
16
+ bin : cli-ext
17
+ files :
18
+ - from : ./command-macos
19
+ to : command-macos
20
+ selector : darwin-amd64
21
+ - uri : https://storage.googleapis.com/plugins-test/cli-ext/command-windows.exe
22
+ sha256 : 82788b8e554b9f332535b0a9cd35f295bf07aed50ae67f6b36ee11cdeb84efa6
23
+ bin : cli-ext.exe
24
+ files :
25
+ - from : ./command-windows.exe
26
+ to : command-windows.exe
27
+ selector : windows-amd64
You can’t perform that action at this time.
0 commit comments