link cli-ext with hasura cli
See original GitHub issueCurrently, cli-ext
plugin manifest is placed under the plugins index repo which points to the latest version.
We need to link the cli-ext
with the hasura cli version.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
hasura console | Hasura GraphQL Docs - Hasura CLI
Open the console to manage the database and try out APIs using the Hasura CLI. ... Connect to an instance specified by the...
Read more >hasura/graphql-engine:v2.0.0-alpha.1.cli-migrations-v2
COPY file:2953721f1974aff3d11fd15f5da19f40c47e0151868c69dc7ef264623194b539 in /opt/cli-ext/cli-ext-hasura-linux.tar.gz.
Read more >Hasura GraphQL Engine CLI - Go Packages
Package cli and it's sub packages implements the command line tool for Hasura GraphQL Engine.
Read more >Hasura Migration failed : Required privilege is not held by client
sudo hasura plugins install cli-ext. then hasura migrate apply --endpoint http://192.168.99.100:8080/. Share. Share a link to this answer.
Read more >fix: conn string for updated graphql-engine… - input-output-hk ...
ln -s ${hasura-cli-ext}/bin/cli-ext-hasura-linux ~/.hasura/plugins/store/cli-ext/v${hasura-cli-ext.version}/cli-ext-hasura-linux ... "url" VARCHAR.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@picosam New CLI needs extra libraries
libstdc
andglibc
that are missing in base alpine image. You try installing this before run hasura CLIUsing
alpine-glibc
was not an option for me, so I ended up adapting @hgiasac’s second script.@tirumaraiselvan I spent quite a bit of time on this. I strongly suggest you produce an alpine-compatible
cli-ext
binary, or at least provide official instructions. Here’s myDockerfile
for reference.