Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Sep 20, 2023
1 parent 0e72549 commit 5b6bb36
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ The `datacontract` CLI lets you work with your `datacontract.yaml` files locally

The CLI is open source and written in Go. It is integrated with [Data Contract Studio](https://studio.datacontract.com/) to easily share and visualize your data contracts.

## Usage

`datacontract` usually works with the `datacontract.yaml` file in your current working directory. You can specify a different file with the `--file` option.

```bash
# create a new data contract
$ datacontract init

# validate the data contract
$ datacontract validate

# open the data contract in Data Contract Studio
$ datacontract open
```

## Installation

### Homebrew
Expand Down Expand Up @@ -52,21 +67,6 @@ go build -o datacontract
./datacontract --help
```

## Usage

`datacontract` usually works with the `datacontract.yaml` file in your current working directory. You can specify a different file with the `--file` option.

```bash
# create a new data contract
$ datacontract init
# validate the data contract
$ datacontract validate
# open the data contract in Data Contract Studio
$ datacontract open
```

## Documentation

```
Expand Down

0 comments on commit 5b6bb36

Please sign in to comment.