How do I set up the CLI? #43
-
How do I start using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Getting StartedInstall the CLI using
Basic Usage1. AuthenticationTo start, connect an account
(The identifier is a combination of your Organization ID and Account ID, viewable in the Snowsight UI, e.g. 2. ImportNext, import your current Snowflake objects/roles to Spyglass YAML format.
Git CommitYou should commit this code to your repo, so that the 3. VerifyAfter making changes to your config, you can verify that the configuration is valid, and catch any issues, prior to applying them to Snowflake.
4. ApplyApply the latest changes to Snowflake.
5. Finished!Let us know if you have any questions or feedback! |
Beta Was this translation helpful? Give feedback.
Getting Started
Install the CLI using
npm
:Basic Usage
1. Authentication
To start, connect an account
(The identifier is a combination of your Organization ID and Account ID, viewable in the Snowsight UI, e.g.
zhjgixi-tv26532
)2. Import
Next, import your current Snowflake objects/roles to Spyglass YAML format.