{"id":22244103,"url":"https://github.com/xbubbo/auth0-cli","last_synced_at":"2026-05-06T07:37:13.709Z","repository":{"id":265997512,"uuid":"870232067","full_name":"xbubbo/Auth0-CLI","owner":"xbubbo","description":"Mass list, add, and delete users for Auth0.","archived":false,"fork":false,"pushed_at":"2025-01-21T20:19:28.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T10:13:37.650Z","etag":null,"topics":["auth0"],"latest_commit_sha":null,"homepage":"https://auth0.com/docs/api/management/v2","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xbubbo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-09T17:09:16.000Z","updated_at":"2025-01-21T20:19:32.000Z","dependencies_parsed_at":"2024-12-02T02:28:26.955Z","dependency_job_id":null,"html_url":"https://github.com/xbubbo/Auth0-CLI","commit_stats":null,"previous_names":["xbubbo/auth0-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbubbo%2FAuth0-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbubbo%2FAuth0-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbubbo%2FAuth0-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbubbo%2FAuth0-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xbubbo","download_url":"https://codeload.github.com/xbubbo/Auth0-CLI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449663,"owners_count":20617190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth0"],"created_at":"2024-12-03T04:32:28.922Z","updated_at":"2026-05-06T07:37:08.689Z","avatar_url":"https://github.com/xbubbo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth0 CLI Setup Guide  \n\n## Prerequisites  \n- Active Auth0 account  \n- Configured Auth0 application  \n\n## Steps  \n\n### Step 1: Copy Environment File  \n#### For Linux/Mac:  \n```bash\ncp .env.example .env\n```  \n\n#### For Windows (PowerShell):  \n```powershell\nCopy-Item .env.example .env\n```  \n\n### Step 2: Retrieve Auth0 Domain  \n1. Log in to the [Auth0 Dashboard](https://manage.auth0.com/dashboard/).  \n2. Go to **Applications \u003e Applications**.  \n3. Open your application's **Settings**.  \n4. Find the **Domain** in the **Basic Information** section.  \n5. Copy the **Domain** value and add it to your `.env` file as:  \n   ```\n   DOMAIN=\u003cyour-domain\u003e\n   ```  \n\n### Step 3: Retrieve Client ID  \n1. In the **Settings** section, locate the **Client ID** below the **Domain**.  \n2. Copy the **Client ID** and add it to your `.env` file as:  \n   ```\n   CLIENT_ID=\u003cyour-client-id\u003e\n   ```  \n\n### Step 4: Retrieve Client Secret  \n1. In the **Settings** section, find the **Client Secret** below the **Client ID**.  \n2. Copy the **Client Secret** and add it to your `.env` file as:  \n   ```\n   SECRET=\u003cyour-client-secret\u003e\n   ```  \n\n### Step 5: Retrieve Database Connection Name  \n1. Go to **Authentication \u003e Database** in the Auth0 Dashboard.  \n2. Locate and copy the **Database Connection Name**.  \n3. Add it to your `.env` file as:  \n   ```\n   CONNECTION=\u003cyour-db-connection-name\u003e\n   ```  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbubbo%2Fauth0-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxbubbo%2Fauth0-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbubbo%2Fauth0-cli/lists"}