Skip to content

Commit

Permalink
chore: cli 2.1.0 changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Nov 4, 2021
1 parent b7ffd2f commit 81b3501
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/silent-deers-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@ogma/cli': minor
---

Allow the CLI to accept process.stdin so it can be piped to.

Now, if you want to have `json: true` always set in your `Ogma` config, but you still want to get the pretty dev logs, you can use something to the extent of `pnpm start:dev | ogma` and ogma will pretty print each line as it comes in.

0 comments on commit 81b3501

Please sign in to comment.