diff --git a/tests/__snapshots__/test_help_messages.ambr b/tests/__snapshots__/test_help_messages.ambr index 883013654d..86c8035318 100644 --- a/tests/__snapshots__/test_help_messages.ambr +++ b/tests/__snapshots__/test_help_messages.ambr @@ -481,31 +481,6 @@ +------------------------------------------------------------------------------+ - ''' -# --- -# name: test_help_messages[app.init] - ''' - - Usage: default app init [OPTIONS] - - *** Deprecated. Use snow init instead *** - Initializes a Snowflake Native App project. - - +- Options --------------------------------------------------------------------+ - | --help -h Show this message and exit. | - +------------------------------------------------------------------------------+ - +- Global configuration -------------------------------------------------------+ - | --format [TABLE|JSON] Specifies the output format. | - | [default: TABLE] | - | --verbose -v Displays log entries for log levels info | - | and higher. | - | --debug Displays log entries for log levels debug | - | and higher; debug logs contains additional | - | information. | - | --silent Turns off intermediate output to console. | - +------------------------------------------------------------------------------+ - - ''' # --- # name: test_help_messages[app.open] @@ -2620,7 +2595,7 @@ Usage notes - You will be prompted for: + You can use options to specify details, otherwise you will be prompted for: • url - address of repository to be used for git clone operation • secret - Snowflake secret containing authentication credentials. Not needed @@ -2635,7 +2610,25 @@ | [required] | +------------------------------------------------------------------------------+ +- Options --------------------------------------------------------------------+ - | --help -h Show this message and exit. | + | --url TEXT Origin URL. | + | --no-secret Mark that your repository does | + | not require a secret. | + | --secret TEXT The identifier of the secret | + | (will be created if not | + | exists). | + | --new-secret-default-name Use a default name for a newly | + | created secret. | + | --new-secret-user TEXT An user being a part of a new | + | secret definition. | + | --new-secret-password,--new-s… TEXT A password or a token being a | + | part of new a secret | + | definition. | + | --api-integration TEXT The identifier of the API | + | integration (will be created | + | if not exists). | + | --new-api-integration-default… Use a default name for a newly | + | created API integration. | + | --help -h Show this message and exit. | +------------------------------------------------------------------------------+ +- Connection configuration ---------------------------------------------------+ | --connection,--environment -c TEXT Name of the connection, as |