From 1de3a3a7dc34ff4910f3c7e1e8d0b41b921a0d65 Mon Sep 17 00:00:00 2001 From: Wes Cole Date: Thu, 26 Feb 2026 17:44:03 -0500 Subject: [PATCH] chore: add changeset for -c config fix --- .changeset/late-cobras-confess.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/late-cobras-confess.md diff --git a/.changeset/late-cobras-confess.md b/.changeset/late-cobras-confess.md new file mode 100644 index 0000000..3315698 --- /dev/null +++ b/.changeset/late-cobras-confess.md @@ -0,0 +1,5 @@ +--- +"@godaddy/cli": patch +--- + +Fix `-c` config option handling so custom config paths are applied correctly.