From f12586b8444c75f048024f009b5a3ad138293e39 Mon Sep 17 00:00:00 2001 From: Adam Lewis <23342526+Adam-D-Lewis@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:37:15 -0600 Subject: [PATCH] fix bug to allow --import-plugin to work --- src/_nebari/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_nebari/cli.py b/src/_nebari/cli.py index de91cc1853..5faec322e7 100644 --- a/src/_nebari/cli.py +++ b/src/_nebari/cli.py @@ -65,6 +65,7 @@ def common( [], "--import-plugin", help="Import nebari plugin", + callback=import_plugin, ), excluded_stages: typing.List[str] = typer.Option( [],