-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7baaec7
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |