From ef8f628397818e5513f8e9124a8499e15302231e Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Sat, 5 Oct 2024 23:37:52 +1000 Subject: [PATCH] feat: add auth0-cli plugin (#992) --- README.md | 1 + plugins/auth0-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/auth0-cli diff --git a/README.md b/README.md index bf08d9dff..3554b32da 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | asdf-plugin-manager | [asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) | | assh | [zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) | | atlas | [pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas) | +| auth0-cli | [gunzy83/asdf-auth0-cli](https://github.com/gunzy83/asdf-auth0-cli) | | auto-doc | [looztra/asdf-auto-doc](https://github.com/looztra/asdf-auto-doc) | | aws-copilot | [NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) | | aws-amplify-cli | [LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) | diff --git a/plugins/auth0-cli b/plugins/auth0-cli new file mode 100644 index 000000000..5d83ce688 --- /dev/null +++ b/plugins/auth0-cli @@ -0,0 +1 @@ +repository = https://github.com/gunzy83/asdf-auth0-cli.git