learn-graphql icon indicating copy to clipboard operation
learn-graphql copied to clipboard

fix(v3): update secret command used to store connection string (closes #1033)

Open aeswibon opened this issue 3 months ago • 5 comments

Description

Updates the usage of the secret command to match with the v3 cli.

Related Issues

  • Fixes #1033

Solution

The command should be replaced with:

hasura3 secret set --project <PROJECT_ID_FROM_PREVIOUS_STEP> --environment default --subgraph default --key <KEY> --value <VALUE>

aeswibon avatar Mar 27 '24 21:03 aeswibon