0.0.1 • Published 10 months ago

@sourcegraph/cody-cli v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Cody CLI (experimental)

Cody CLI is an experimental command-line interface for Cody.

Getting started

pnpm run build

Then ask a question:

Or have it write a commit message for your Git changes:

$ dist/cody commit --dry-run

Use --help for more information.

Development

pnpm run start

Release

To publish a new release of the @sourcegraph/cody-cli package:

  1. Increment the version in package.json.
  2. Commit the version increment.
  3. git tag cli-v$(jq -r .version package.json)
  4. git push --tags
  5. Wait for the cli-release workflow to finish.