-
Notifications
You must be signed in to change notification settings - Fork 983
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
adding dbt env command #4792
adding dbt env command #4792
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
- Viewing your local configuration details (account ID, active project ID, deployment environment, and more). | ||
- Viewing your dbt Cloud configuration details (account ID, environment ID, environment name, connection type, and more). | ||
- CAN YOU MAKE CHANGES TO THE ENVIRONMENT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flagging this question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not currently, we plan to add this functionality at a later date. We shouldn't mention it yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you!
|
||
- Viewing your local configuration details (account ID, active project ID, deployment environment, and more). | ||
- Viewing your dbt Cloud configuration details (account ID, environment ID, environment name, connection type, and more). | ||
- CAN YOU MAKE CHANGES TO THE ENVIRONMENT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not currently, we plan to add this functionality at a later date. We shouldn't mention it yet.
|
||
The `dbt environment` command enables you to interact with your dbt Cloud environment. The `dbt environment` command is useful for: | ||
|
||
- Viewing your local configuration details (account ID, active project ID, deployment environment, and more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cesher one last question - what is the difference between local config and dbt cloud config in this context? i think i understand the difference in the 'git' context but wanted to clarify this for users.
is it:
- local config -- details about their local environment setup?
- cloud config - dbt cloud account and connection details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to merge pr and address this when clarified in the shipped channel
- Viewing your local configuration details (account ID, active project ID, deployment environment, and more). | ||
- Viewing your dbt Cloud configuration details (account ID, environment ID, environment name, connection type, and more). | ||
|
||
This guide lists all the commands and options you can use with `dbt environment` in the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation). To use it, add a command after it like this: `dbt environment [command]`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i opted for plural here to make it easier for our future selves when more commands/options were added. adding
this pr adds the dbt environment command and its flags to the docs site for the cloud cli. it also sets it up so that may add more flags/commands if necessary.
it has been added in the following pages:
PR also renames the sidebar so the cloud cli is less repeated. add;l details provided here on the command and the next steps.