From 6eb248f5fbb12d99d8aabbe7e510cfaa2c4398cb Mon Sep 17 00:00:00 2001 From: Adam Lewis <23342526+Adam-D-Lewis@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:10:12 -0600 Subject: [PATCH] fix bug to allow --import-plugin to work (#2864) Co-authored-by: Marcelo Villa --- 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( [],