snowflake-cli icon indicating copy to clipboard operation
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.

Results 227 snowflake-cli issues
Sort by recently updated
recently updated
newest added

### 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,...

enhancement

### 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...

enhancement
native apps

### 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`

enhancement
native apps

### 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...

enhancement

### 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"...

enhancement
core

### 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,...

enhancement

### 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...

enhancement
core

### 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...

enhancement
spcs

### 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...

enhancement
core