|
6283 | 6283 | +------------------------------------------------------------------------------+
|
6284 | 6284 |
|
6285 | 6285 |
|
| 6286 | + ''' |
| 6287 | +# --- |
| 6288 | +# name: test_help_messages[project.list-versions] |
| 6289 | + ''' |
| 6290 | + |
| 6291 | + Usage: root project list-versions [OPTIONS] [ENTITY_ID] |
| 6292 | + |
| 6293 | + Lists versions of given project. |
| 6294 | + |
| 6295 | + +- Arguments ------------------------------------------------------------------+ |
| 6296 | + | entity_id [ENTITY_ID] ID of project entity. | |
| 6297 | + | [default: None] | |
| 6298 | + +------------------------------------------------------------------------------+ |
| 6299 | + +- Options --------------------------------------------------------------------+ |
| 6300 | + | --help -h Show this message and exit. | |
| 6301 | + +------------------------------------------------------------------------------+ |
| 6302 | + +- Connection configuration ---------------------------------------------------+ |
| 6303 | + | --connection,--environment -c TEXT Name of the connection, as | |
| 6304 | + | defined in your config.toml | |
| 6305 | + | file. Default: default. | |
| 6306 | + | --host TEXT Host address for the | |
| 6307 | + | connection. Overrides the | |
| 6308 | + | value specified for the | |
| 6309 | + | connection. | |
| 6310 | + | --port INTEGER Port for the connection. | |
| 6311 | + | Overrides the value | |
| 6312 | + | specified for the | |
| 6313 | + | connection. | |
| 6314 | + | --account,--accountname TEXT Name assigned to your | |
| 6315 | + | Snowflake account. Overrides | |
| 6316 | + | the value specified for the | |
| 6317 | + | connection. | |
| 6318 | + | --user,--username TEXT Username to connect to | |
| 6319 | + | Snowflake. Overrides the | |
| 6320 | + | value specified for the | |
| 6321 | + | connection. | |
| 6322 | + | --password TEXT Snowflake password. | |
| 6323 | + | Overrides the value | |
| 6324 | + | specified for the | |
| 6325 | + | connection. | |
| 6326 | + | --authenticator TEXT Snowflake authenticator. | |
| 6327 | + | Overrides the value | |
| 6328 | + | specified for the | |
| 6329 | + | connection. | |
| 6330 | + | --private-key-file,--private… TEXT Snowflake private key file | |
| 6331 | + | path. Overrides the value | |
| 6332 | + | specified for the | |
| 6333 | + | connection. | |
| 6334 | + | --token-file-path TEXT Path to file with an OAuth | |
| 6335 | + | token that should be used | |
| 6336 | + | when connecting to Snowflake | |
| 6337 | + | --database,--dbname TEXT Database to use. Overrides | |
| 6338 | + | the value specified for the | |
| 6339 | + | connection. | |
| 6340 | + | --schema,--schemaname TEXT Database schema to use. | |
| 6341 | + | Overrides the value | |
| 6342 | + | specified for the | |
| 6343 | + | connection. | |
| 6344 | + | --role,--rolename TEXT Role to use. Overrides the | |
| 6345 | + | value specified for the | |
| 6346 | + | connection. | |
| 6347 | + | --warehouse TEXT Warehouse to use. Overrides | |
| 6348 | + | the value specified for the | |
| 6349 | + | connection. | |
| 6350 | + | --temporary-connection -x Uses a connection defined | |
| 6351 | + | with command line | |
| 6352 | + | parameters, instead of one | |
| 6353 | + | defined in config | |
| 6354 | + | --mfa-passcode TEXT Token to use for | |
| 6355 | + | multi-factor authentication | |
| 6356 | + | (MFA) | |
| 6357 | + | --enable-diag Whether to generate a | |
| 6358 | + | connection diagnostic | |
| 6359 | + | report. | |
| 6360 | + | --diag-log-path TEXT Path for the generated | |
| 6361 | + | report. Defaults to system | |
| 6362 | + | temporary directory. | |
| 6363 | + | --diag-allowlist-path TEXT Path to a JSON file | |
| 6364 | + | containing allowlist | |
| 6365 | + | parameters. | |
| 6366 | + +------------------------------------------------------------------------------+ |
| 6367 | + +- Global configuration -------------------------------------------------------+ |
| 6368 | + | --format [TABLE|JSON] Specifies the output format. | |
| 6369 | + | [default: TABLE] | |
| 6370 | + | --verbose -v Displays log entries for log levels info | |
| 6371 | + | and higher. | |
| 6372 | + | --debug Displays log entries for log levels debug | |
| 6373 | + | and higher; debug logs contain additional | |
| 6374 | + | information. | |
| 6375 | + | --silent Turns off intermediate output to console. | |
| 6376 | + +------------------------------------------------------------------------------+ |
| 6377 | + |
| 6378 | + |
6286 | 6379 | '''
|
6287 | 6380 | # ---
|
6288 | 6381 | # name: test_help_messages[project.list]
|
|
6403 | 6496 | | dry-run Validates a project. |
|
6404 | 6497 | | execute Executes a project. |
|
6405 | 6498 | | list Lists all available projects. |
|
| 6499 | + | list-versions Lists versions of given project. | |
6406 | 6500 | +------------------------------------------------------------------------------+
|
6407 | 6501 |
|
6408 | 6502 |
|
|
13531 | 13625 | | dry-run Validates a project. |
|
13532 | 13626 | | execute Executes a project. |
|
13533 | 13627 | | list Lists all available projects. |
|
| 13628 | + | list-versions Lists versions of given project. | |
13534 | 13629 | +------------------------------------------------------------------------------+
|
13535 | 13630 |
|
13536 | 13631 |
|
|
0 commit comments