diff --git a/plugins/pro/v2.41.0/manifest.yaml b/plugins/pro/v2.41.0/manifest.yaml new file mode 100644 index 0000000..ae3b227 --- /dev/null +++ b/plugins/pro/v2.41.0/manifest.yaml @@ -0,0 +1,27 @@ +name: pro +version: "v2.41.0" +shortDescription: "CLI plugin for Hasura Pro" +homepage: https://docs.pro.hasura.io/cli +hidden: true +platforms: + - uri: "https://storage.googleapis.com/hasura-pro-cdn/hasura-pro-cli-releases-dev/v2.41.0/hasura-pro-linux-amd64.tar.gz" + sha256: "1d97ad134da8d1e7848a31294da85a4b96182489d018a4f7e31246accd24f7d8" + bin: hasura-pro + files: + - from: ./hasura-pro-linux-amd64 + to: hasura-pro + selector: linux-amd64 + - uri: "https://storage.googleapis.com/hasura-pro-cdn/hasura-pro-cli-releases-dev/v2.41.0/hasura-pro-darwin-amd64.tar.gz" + sha256: "258508f02c90f46ab76c966cb3563d3bf46f8f21d1f59d6715751a3fe5bed53b" + bin: hasura-pro + files: + - from: ./hasura-pro-darwin-amd64 + to: hasura-pro + selector: darwin-amd64 + - uri: "https://storage.googleapis.com/hasura-pro-cdn/hasura-pro-cli-releases-dev/v2.41.0/hasura-pro-windows-amd64.zip" + sha256: "bffa10bcf1fa4258e13cc82c9b3b0c652f8c4d27241a3e2b8fe354ed06150152" + bin: hasura-pro.exe + files: + - from: ./hasura-pro-windows-amd64.exe + to: hasura-pro.exe + selector: windows-amd64