about summary refs log tree commit diff
path: root/pkgs/tools/admin/auth0-cli
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2022-10-17 12:27:36 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2022-10-17 12:27:58 +1100
commit1ba4814c6ceb117209436952d1f8bfbed45e7c24 (patch)
treec1e74ef274a045a50ce20056d027c196afadff10 /pkgs/tools/admin/auth0-cli
parentec9efdb88d423a72a6cd3d85b513ca1914188a7f (diff)
auth0-cli: set `auth0` command as main program
Diffstat (limited to 'pkgs/tools/admin/auth0-cli')
-rw-r--r--pkgs/tools/admin/auth0-cli/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/auth0-cli/default.nix b/pkgs/tools/admin/auth0-cli/default.nix
index 98bdf82e0ad91..65e093c2c3e8e 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";
   };
 }