snow connection remove

Removes a connection from configuration file.

语法

snow connection remove
  <connection_name>
  --format <format>
  --verbose
  --debug
  --silent
  --enhanced-exit-codes
Copy

实参

connection_name

Name of the connection to remove.

选项

--format [TABLE|JSON|JSON_EXT|CSV]

指定输出格式。默认:TABLE。

--verbose, -v

显示日志级别 info 及更高级别的日志条目。默认值:False。

--debug

显示日志级别 debug 及更高级别的日志条目;调试日志包含其他信息。默认值:False。

--silent

关闭到控制台的中间输出。默认值:False。

--enhanced-exit-codes

根据错误类型区分退出错误代码。默认值:False。

--help

显示此命令的帮助文本。

使用说明

无。

示例

To remove a connection, execute a snow connection remove command similar to the following:

snow connection remove bad_connection
Copy
Removed connection bad_connection from /Users/jdoe/.snowflake/config.toml.
语言: 中文