Skip to content

Commit

Permalink
Revert "Snow 1064130 refactor plugins to use app factory" (#1149)
Browse files Browse the repository at this point in the history
Revert "Snow 1064130 refactor plugins to use app factory (#1129)"

This reverts commit 47f733a.
  • Loading branch information
sfc-gh-pczajka authored May 31, 2024
1 parent a03eca9 commit 88d9b15
Show file tree
Hide file tree
Showing 27 changed files with 1,696 additions and 1,828 deletions.
472 changes: 240 additions & 232 deletions src/snowflake/cli/plugins/connection/commands.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/snowflake/cli/plugins/connection/plugin_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def command_spec():
return CommandSpec(
parent_command_path=SNOWCLI_ROOT_COMMAND_PATH,
command_type=CommandType.COMMAND_GROUP,
typer_instance=commands.create_app(),
typer_instance=commands.app,
)
Loading

0 comments on commit 88d9b15

Please sign in to comment.