Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aeswibon
Copy link

Description

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

Related Issues

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 aeswibon changed the title docs(metadata): updated secret command usage for connection string (fix #1033) fix(v3): update secret command used to store connection string (closes #1033) Mar 27, 2024
@aeswibon
Copy link
Author

@praveenweb Can you check the PR?

@praveenweb
Copy link
Member

@aeswibon - Thanks for the PR. Will let @robertjdominguez or @seanparkross from the docs team to review since there are ongoing changes with the CLI commands.

@aeswibon
Copy link
Author

Sure, thanks 😊😊

@robertjdominguez
Copy link
Contributor

Thanks for this @aeswibon!

The CLI is undergoing another round of changes as we move into beta very soon. So, while the command is out-of-date, your update actually soon will be, too 🙃

We're going to unlist these courses until the full roll-out of beta is complete, but rest assured we'll get this updated, too 🙌

@aeswibon
Copy link
Author

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3: update secret command used to store connection string
3 participants