Backward incompatibility
* Removed `snow streamlit create` command. Streamlit can be deployd using `snow streamlit deploy`
* Removed short option names in compute pool commands:
* `-n` for `--name`, name of compute pool
* `-d` for `--num`, number of pool's instances
* `-f` for `--family`, instance family
* Renamed long options in Snowpark services commands:
* `--compute_pool` is now `--compute-pool`
* `--num_instances` is now `--num-instances`
* `--container_name` is now `--container-name`
New additions
* `snow streamlit init` command that creates a new streamlit project.
* `snow streamlit deploy` support pages and environment.yml files.
* Support for private key authentication
Fixes and improvements
* Adjust streamlit commands to PuPr syntax
* Fix URL to streamlit dashboards