Codeshare CLI Documentation
Learn how to install, authenticate, push, pull, clone and version your snippets with the official Codeshare CLI. This guide includes command references, configuration details, filtering behavior, limits and supported languages for everyday terminal workflows.
Installation
Requires Node.js 18 or later.
npm
npm install -g @codeshareme/codeshare-cli
yarn
yarn global add @codeshareme/codeshare-cli
pnpm
pnpm add -g @codeshareme/codeshare-cli
Verify
cs --version cs --help
Useful links