Rivet Docs
  • Introduction
  • Consumer-Driven Contracts
  • Getting Started
  • Contracts
    • Configuration
    • Helpers
    • Composability
    • Publishing
  • CLI
  • Github
  • NPM
Powered by GitBook
On this page

Was this helpful?

CLI

* rivet init [name]                          - Scaffolds basic rivet configuration, files, and directories
* rivet link                                 - Link the package in the global node_modules
* rivet watch [src]                          - Watch and compile changes to contracts
* rivet compile [src]                        - Compile contracts from the [src] to JSON
* rivet publish                              - Publish the package with an optional version bump
* rivet config                               - Displays current configuration options
* rivet version <version|major|minor|patch>  - Bump the package version
PreviousPublishing

Last updated 5 years ago

Was this helpful?