Skip to content

Commit

Permalink
demo plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
arvi3411301 committed Jan 9, 2020
0 parents commit 7baaec7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# plugins-index

This is the centralized plugin index for [hasura plugin manager][hasura-cli].

* As a hasura CLI user: You can discover available hasura CLI
plugins hosted in this repository.
* As a hasura CLI plugin developer: You can publish your plugins in this
repository and make it available to others.

[hasura-cli]: https://github.com/hasura/graphql-engine
27 changes: 27 additions & 0 deletions plugins/cli-ext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: cli-ext
version: "v1.0.0"
shortDescription: "Hasura CLI extension"
homepage: https://github.com/hasura/graphql-engine
hidden: true
platforms:
- uri: https://storage.googleapis.com/plugins-test/cli-ext/command-linux
sha256: c0c628927d3c6d81b9d6325cf02f42b728a787945121134207bfedf7ff0d64bb
bin: command-linux
files:
- from: ./command-linux
to: command-linux
selector: linux-amd64
- uri: https://storage.googleapis.com/plugins-test/cli-ext/command-macos
sha256: 82788b8e554b9f332535b0a9cd35f295bf07aed50ae67f6b36ee11cdeb84efa6
bin: cli-ext
files:
- from: ./command-macos
to: command-macos
selector: darwin-amd64
- uri: https://storage.googleapis.com/plugins-test/cli-ext/command-windows.exe
sha256: 82788b8e554b9f332535b0a9cd35f295bf07aed50ae67f6b36ee11cdeb84efa6
bin: cli-ext.exe
files:
- from: ./command-windows.exe
to: command-windows.exe
selector: windows-amd64

0 comments on commit 7baaec7

Please sign in to comment.