{"id":22481984,"url":"https://github.com/contiguity/cli","last_synced_at":"2025-10-29T21:05:24.005Z","repository":{"id":215347726,"uuid":"654214298","full_name":"contiguity/cli","owner":"contiguity","description":"Contiguity's official CLI.","archived":false,"fork":false,"pushed_at":"2024-02-21T08:44:14.000Z","size":101,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T01:47:33.388Z","etag":null,"topics":["cli","documentation"],"latest_commit_sha":null,"homepage":"https://cli.contiguity.co","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/contiguity.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}},"created_at":"2023-06-15T16:16:22.000Z","updated_at":"2024-01-03T21:35:34.000Z","dependencies_parsed_at":"2024-02-21T09:42:32.226Z","dependency_job_id":"ac90fb64-e1b7-4776-96be-1e3bab9df1ef","html_url":"https://github.com/contiguity/cli","commit_stats":null,"previous_names":["use-contiguity/cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contiguity%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contiguity%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contiguity%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contiguity%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contiguity","download_url":"https://codeload.github.com/contiguity/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245907558,"owners_count":20691956,"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":["cli","documentation"],"created_at":"2024-12-06T16:18:01.417Z","updated_at":"2025-10-29T21:05:18.942Z","avatar_url":"https://github.com/contiguity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\u003cimg src=\"https://contiguity.co/assets/icon-black.png\" height=\"150px\"/\u003e\u003c/p\u003e\n\u003ch1 align='center'\u003eContiguity CLI\u003c/h1\u003e\n\n\u003cp align='center'\u003e\n    \u003cimg display=\"inline-block\" src=\"https://img.shields.io/npm/v/@contiguity/cli?style=for-the-badge\" /\u003e \u003cimg display=\"inline-block\" src=\"https://img.shields.io/bundlephobia/minzip/@contiguity/cli?style=for-the-badge\" /\u003e \u003cimg display=\"inline-block\" src=\"https://img.shields.io/badge/Made%20with-TypeScript-blue?style=for-the-badge\" /\u003e\n\u003c/p\u003e\n\u003cp align='center'\u003eContiguity CLI provides a command-line interface to interact with Contiguity’s API.\u003c/p\u003e\n\nRead more about using the CLI in the docs, at\n[docs.contiguity.co](https://docs.contiguity.co/#/cli/).\n\n## Installation\n\nContiguity CLI can be used with [Node.js](https://nodejs.org) or [Deno](https://deno.com/).\n\nInstall the Contiguity CLI with Node:\n\n```bash\n$ npm install -g @contiguity/cli\n```\n\nAlternatively, install the Contiguity CLI with Deno:\n\n```bash\n$ deno install -An contiguity jsr:@contiguity/cli\n```\n\nYou can also run the CLI without installing it with either Node or Deno:\n\n```bash\n$ npx @contiguity/cli --help\n$ deno run -A jsr:@contiguity/cli --help\n```\n\n## Setup\n\nBefore using other commands, set your Contiguity API token using the following\ncommand:\n\n```bash\n$ contiguity set-token\n```\n\n## Building\n\nDeno, Node.js, and Pandoc are required to build the CLI. To install them, run\nthe following commands:\n\n```bash\n# Windows\n$ winget install DenoLand.Deno OpenJS.NodeJS JohnMacFarlane.Pandoc\n# macOS\n$ brew install deno node pandoc\n# Ubuntu, Debian, and derivatives\n$ sudo apt install nodejs pandoc \u0026\u0026 curl -fsSL https://deno.land/install.sh | sh\n# Arch Linux, Manjaro, and derivatives\n$ sudo pacman -S deno nodejs pandoc\n# Red Hat, Fedora, and derivatives\n$ sudo dnf install nodejs pandoc \u0026\u0026 curl -fsSL https://deno.land/install.sh | sh\n# Void Linux\n$ sudo xbps-install nodejs pandoc \u0026\u0026 curl -fsSL https://deno.land/install.sh | sh\n```\n\nThen, run the following command to build the CLI:\n\n```bash\ndeno task build\n```\n\nThe built CLI will be in `./npm`. You can test it by running `npm i -g ./npm` to\ninstall the built CLI globally.\n\nIf you have a `man` program on your system (aka you aren't on Windows), you can\nalso run this command to build and preview the man page:\n\n```bash\ndeno task preview-man\n```\n\nYou can run the cli without building it by running this command:\n\n```bash\ndeno task cli --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontiguity%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontiguity%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontiguity%2Fcli/lists"}