0.0.1 • Published 2 years ago
@sourcegraph/cody-cli v0.0.1
Cody CLI (experimental)
Cody CLI is an experimental command-line interface for Cody.
Getting started
pnpm run buildThen ask a question:
Or have it write a commit message for your Git changes:
$ dist/cody commit --dry-runUse --help for more information.
Development
pnpm run startRelease
To publish a new release of the @sourcegraph/cody-cli package:
- Increment the
versioninpackage.json. - Commit the version increment.
git tag cli-v$(jq -r .version package.json)git push --tags- Wait for the cli-release workflow to finish.
0.0.1
2 years ago