{"id":13454075,"url":"https://github.com/dialectlabs/cli","last_synced_at":"2025-03-24T05:33:00.821Z","repository":{"id":39316288,"uuid":"490692163","full_name":"dialectlabs/cli","owner":"dialectlabs","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-01T07:00:29.000Z","size":1244,"stargazers_count":2,"open_issues_count":16,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-28T21:37:13.040Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dialectlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-10T12:43:29.000Z","updated_at":"2024-06-29T14:21:02.000Z","dependencies_parsed_at":"2024-10-28T21:46:03.971Z","dependency_job_id":null,"html_url":"https://github.com/dialectlabs/cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialectlabs%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialectlabs%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialectlabs%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialectlabs%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dialectlabs","download_url":"https://codeload.github.com/dialectlabs/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217247,"owners_count":20579289,"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":"2024-07-31T08:00:50.715Z","updated_at":"2025-03-24T05:33:00.529Z","avatar_url":"https://github.com/dialectlabs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"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[![Version](https://img.shields.io/npm/v/oclif-hello-world.svg)](https://npmjs.org/package/oclif-hello-world)\n[![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)\n[![Downloads/week](https://img.shields.io/npm/dw/oclif-hello-world.svg)](https://npmjs.org/package/oclif-hello-world)\n[![License](https://img.shields.io/npm/l/oclif-hello-world.svg)](https://github.com/oclif/hello-world/blob/main/package.json)\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 @dialectlabs/cli\n$ dialect COMMAND\nrunning command...\n$ dialect (--version)\n@dialectlabs/cli/0.0.0 darwin-arm64 node-v16.14.2\n$ dialect --help [COMMAND]\nUSAGE\n  $ dialect COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`dialect hello PERSON`](#dialect-hello-person)\n* [`dialect hello world`](#dialect-hello-world)\n* [`dialect help [COMMAND]`](#dialect-help-command)\n* [`dialect plugins`](#dialect-plugins)\n* [`dialect plugins:install PLUGIN...`](#dialect-pluginsinstall-plugin)\n* [`dialect plugins:inspect PLUGIN...`](#dialect-pluginsinspect-plugin)\n* [`dialect plugins:install PLUGIN...`](#dialect-pluginsinstall-plugin-1)\n* [`dialect plugins:link PLUGIN`](#dialect-pluginslink-plugin)\n* [`dialect plugins:uninstall PLUGIN...`](#dialect-pluginsuninstall-plugin)\n* [`dialect plugins:uninstall PLUGIN...`](#dialect-pluginsuninstall-plugin-1)\n* [`dialect plugins:uninstall PLUGIN...`](#dialect-pluginsuninstall-plugin-2)\n* [`dialect plugins update`](#dialect-plugins-update)\n\n## `dialect hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ dialect hello [PERSON] -f \u003cvalue\u003e\n\nARGUMENTS\n  PERSON  Person to say hello to\n\nFLAGS\n  -f, --from=\u003cvalue\u003e  (required) Whom 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/dialectlabs/cli/blob/v0.0.0/dist/commands/hello/index.ts)_\n\n## `dialect hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ dialect hello world\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ oex hello world\n  hello world! (./src/commands/hello/world.ts)\n```\n\n## `dialect help [COMMAND]`\n\nDisplay help for dialect.\n\n```\nUSAGE\n  $ dialect help [COMMAND] [-n]\n\nARGUMENTS\n  COMMAND  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for dialect.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_\n\n## `dialect plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ dialect plugins [--core]\n\nFLAGS\n  --core  Show core plugins.\n\nDESCRIPTION\n  List installed plugins.\n\nEXAMPLES\n  $ dialect plugins\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/index.ts)_\n\n## `dialect plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ dialect 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\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\nALIASES\n  $ dialect plugins add\n\nEXAMPLES\n  $ dialect plugins:install myplugin \n\n  $ dialect plugins:install https://github.com/someuser/someplugin\n\n  $ dialect plugins:install someuser/someplugin\n```\n\n## `dialect plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ dialect plugins:inspect PLUGIN...\n\nARGUMENTS\n  PLUGIN  [default: .] Plugin to inspect.\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Displays installation properties of a plugin.\n\nEXAMPLES\n  $ dialect plugins:inspect myplugin\n```\n\n## `dialect plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ dialect 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\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\nALIASES\n  $ dialect plugins add\n\nEXAMPLES\n  $ dialect plugins:install myplugin \n\n  $ dialect plugins:install https://github.com/someuser/someplugin\n\n  $ dialect plugins:install someuser/someplugin\n```\n\n## `dialect plugins:link PLUGIN`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ dialect 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\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\nEXAMPLES\n  $ dialect plugins:link myplugin\n```\n\n## `dialect plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ dialect 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  $ dialect plugins unlink\n  $ dialect plugins remove\n```\n\n## `dialect plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ dialect 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  $ dialect plugins unlink\n  $ dialect plugins remove\n```\n\n## `dialect plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ dialect 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  $ dialect plugins unlink\n  $ dialect plugins remove\n```\n\n## `dialect plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ dialect 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%2Fdialectlabs%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdialectlabs%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdialectlabs%2Fcli/lists"}