Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjob committed Oct 31, 2024
1 parent 853c1f0 commit 1e70cad
Showing 1 changed file with 20 additions and 27 deletions.
47 changes: 20 additions & 27 deletions tests/__snapshots__/test_help_messages.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand All @@ -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 |
Expand Down

0 comments on commit 1e70cad

Please sign in to comment.