From 1ba4814c6ceb117209436952d1f8bfbed45e7c24 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Mon, 17 Oct 2022 12:27:36 +1100 Subject: [PATCH] auth0-cli: set `auth0` command as main program --- pkgs/tools/admin/auth0-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/admin/auth0-cli/default.nix b/pkgs/tools/admin/auth0-cli/default.nix index 98bdf82e0ad9..65e093c2c3e8 100644 --- a/pkgs/tools/admin/auth0-cli/default.nix +++ b/pkgs/tools/admin/auth0-cli/default.nix @@ -33,5 +33,6 @@ buildGoModule rec { homepage = "https://auth0.github.io/auth0-cli"; license = licenses.mit; maintainers = with maintainers; [ matthewcroughan ]; + mainProgram = "auth0"; }; }