snowflake-cli
snowflake-cli copied to clipboard
Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations.
### Description In an IAC world, it is likely that terraform, system users with public/private key credential are set up and the private key is placed in a named, say,...
### Description ### Description As a developer I would like to describe a native app to see details like version deployed, URL etc., ### Context `snow object` e.g. `snow object...
### Description As a developer I would like to be able to list all `native apps` using `snow` command. ### Context `snow object` e.g. `snow object list app`
### Pre-review checklist * [ ] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [ ] I've added or updated automated...
### Description Currently Snow CLI allows using current OS environment variables via `ctx.env` dict, it will be nice to have the context parameters ( can exclude password and other credential...
### Description When the snow cli creates the `config.toml` it does not interpolate the variables within the attribute values except for `~`. e.g. ```toml default_connection_name="cheatsheets" [connections] [connections.cheatsheets] account = "account-id"...
### Description As a developer using snow cli, I would like to have an option like `--use-defaults` that will allow or make `snow connection add` use defaults for optional parameters,...
### Description As developer using snow cli, I would like to get the list of configuration keys that possible within in the `config.toml` . Traditionally CLI tools gives options like...
### Description When working with SPCS, there is currently no way to specify the spec file for the application from a stage, and it only supports local. As many workflows...
### Description For example, if I put ```yml env: - role: foo ``` Then I should be able to do `snow streamlit deploy --role env.role` or something similar This is...