{"id":26462918,"url":"https://github.com/clerk/cli-auth-unofficial-example","last_synced_at":"2025-08-20T04:04:29.376Z","repository":{"id":244342419,"uuid":"651339475","full_name":"clerk/cli-auth-unofficial-example","owner":"clerk","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-02T15:07:38.000Z","size":47,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-14T05:45:55.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/clerk.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":"2023-06-09T03:10:01.000Z","updated_at":"2024-06-14T05:46:07.530Z","dependencies_parsed_at":"2024-06-14T05:46:00.440Z","dependency_job_id":"b532d3f1-053f-4750-a8b4-ca17d6ac1d36","html_url":"https://github.com/clerk/cli-auth-unofficial-example","commit_stats":null,"previous_names":["clerk/cli-auth-unofficial-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fcli-auth-unofficial-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fcli-auth-unofficial-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fcli-auth-unofficial-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fcli-auth-unofficial-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clerk","download_url":"https://codeload.github.com/clerk/cli-auth-unofficial-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244367552,"owners_count":20441910,"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":[],"created_at":"2025-03-19T06:26:10.057Z","updated_at":"2025-03-19T06:26:10.575Z","avatar_url":"https://github.com/clerk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"oclif-hello-world\n=================\n\noclif example Hello World CLI\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)\n[![GitHub license](https://img.shields.io/github/license/oclif/hello-world)](https://github.com/oclif/hello-world/blob/main/LICENSE)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g mycli\n$ mycli COMMAND\nrunning command...\n$ mycli (--version)\nmycli/0.0.0 darwin-arm64 node-v18.16.0\n$ mycli --help [COMMAND]\nUSAGE\n  $ mycli COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`mycli hello PERSON`](#mycli-hello-person)\n* [`mycli hello world`](#mycli-hello-world)\n* [`mycli help [COMMANDS]`](#mycli-help-commands)\n* [`mycli plugins`](#mycli-plugins)\n* [`mycli plugins:install PLUGIN...`](#mycli-pluginsinstall-plugin)\n* [`mycli plugins:inspect PLUGIN...`](#mycli-pluginsinspect-plugin)\n* [`mycli plugins:install PLUGIN...`](#mycli-pluginsinstall-plugin-1)\n* [`mycli plugins:link PLUGIN`](#mycli-pluginslink-plugin)\n* [`mycli plugins:uninstall PLUGIN...`](#mycli-pluginsuninstall-plugin)\n* [`mycli plugins:uninstall PLUGIN...`](#mycli-pluginsuninstall-plugin-1)\n* [`mycli plugins:uninstall PLUGIN...`](#mycli-pluginsuninstall-plugin-2)\n* [`mycli plugins update`](#mycli-plugins-update)\n\n## `mycli hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ mycli hello PERSON -f \u003cvalue\u003e\n\nARGUMENTS\n  PERSON  Person to say hello to\n\nFLAGS\n  -f, --from=\u003cvalue\u003e  (required) Who is saying hello\n\nDESCRIPTION\n  Say hello\n\nEXAMPLES\n  $ oex hello friend --from oclif\n  hello friend from oclif! (./src/commands/hello/index.ts)\n```\n\n_See code: [dist/commands/hello/index.ts](https://github.com/nikosdouvlis/mycli/blob/v0.0.0/dist/commands/hello/index.ts)_\n\n## `mycli hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ mycli hello world\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ mycli hello world\n  hello world! (./src/commands/hello/world.ts)\n```\n\n## `mycli help [COMMANDS]`\n\nDisplay help for mycli.\n\n```\nUSAGE\n  $ mycli help [COMMANDS] [-n]\n\nARGUMENTS\n  COMMANDS  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for mycli.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_\n\n## `mycli plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ mycli plugins [--core]\n\nFLAGS\n  --core  Show core plugins.\n\nDESCRIPTION\n  List installed plugins.\n\nEXAMPLES\n  $ mycli plugins\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.7/src/commands/plugins/index.ts)_\n\n## `mycli plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ mycli plugins:install PLUGIN...\n\nARGUMENTS\n  PLUGIN  Plugin to install.\n\nFLAGS\n  -f, --force    Run yarn install with force flag.\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Installs a plugin into the CLI.\n  Can be installed from npm or a git url.\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command\n  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in\n  the CLI without the need to patch and update the whole CLI.\n\n\nALIASES\n  $ mycli plugins add\n\nEXAMPLES\n  $ mycli plugins:install myplugin \n\n  $ mycli plugins:install https://github.com/someuser/someplugin\n\n  $ mycli plugins:install someuser/someplugin\n```\n\n## `mycli plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ mycli plugins:inspect PLUGIN...\n\nARGUMENTS\n  PLUGIN  [default: .] Plugin to inspect.\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  Displays installation properties of a plugin.\n\nEXAMPLES\n  $ mycli plugins:inspect myplugin\n```\n\n## `mycli plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ mycli plugins:install PLUGIN...\n\nARGUMENTS\n  PLUGIN  Plugin to install.\n\nFLAGS\n  -f, --force    Run yarn install with force flag.\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Installs a plugin into the CLI.\n  Can be installed from npm or a git url.\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command\n  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in\n  the CLI without the need to patch and update the whole CLI.\n\n\nALIASES\n  $ mycli plugins add\n\nEXAMPLES\n  $ mycli plugins:install myplugin \n\n  $ mycli plugins:install https://github.com/someuser/someplugin\n\n  $ mycli plugins:install someuser/someplugin\n```\n\n## `mycli plugins:link PLUGIN`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ mycli plugins:link PLUGIN\n\nARGUMENTS\n  PATH  [default: .] path to plugin\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Links a plugin into the CLI for development.\n  Installation of a linked plugin will override a user-installed or core plugin.\n\n  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'\n  command will override the user-installed or core plugin implementation. This is useful for development work.\n\n\nEXAMPLES\n  $ mycli plugins:link myplugin\n```\n\n## `mycli plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mycli plugins:uninstall PLUGIN...\n\nARGUMENTS\n  PLUGIN  plugin to uninstall\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Removes a plugin from the CLI.\n\nALIASES\n  $ mycli plugins unlink\n  $ mycli plugins remove\n```\n\n## `mycli plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mycli plugins:uninstall PLUGIN...\n\nARGUMENTS\n  PLUGIN  plugin to uninstall\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Removes a plugin from the CLI.\n\nALIASES\n  $ mycli plugins unlink\n  $ mycli plugins remove\n```\n\n## `mycli plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mycli plugins:uninstall PLUGIN...\n\nARGUMENTS\n  PLUGIN  plugin to uninstall\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Removes a plugin from the CLI.\n\nALIASES\n  $ mycli plugins unlink\n  $ mycli plugins remove\n```\n\n## `mycli plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ mycli plugins update [-h] [-v]\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Update installed plugins.\n```\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fcli-auth-unofficial-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclerk%2Fcli-auth-unofficial-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fcli-auth-unofficial-example/lists"}