squawk-cli 0.16.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > linter for Postgres migrations
4
4
 
5
- [quick start](https://squawkhq.com/docs/) | [rules documentation](https://squawkhq.com/docs/rules) | [github integration](https://squawkhq.com/docs/github_app)
5
+ [quick start](https://squawkhq.com/docs/) | [rules documentation](https://squawkhq.com/docs/rules) | [github action](https://github.com/sbdchd/squawk-action) | [diy github integration](https://squawkhq.com/docs/github_app)
6
6
 
7
7
  ## Why?
8
8
 
@@ -68,6 +68,10 @@ USAGE:
68
68
  squawk [FLAGS] [OPTIONS] [path]... [SUBCOMMAND]
69
69
 
70
70
  FLAGS:
71
+ --assume-in-transaction
72
+ Assume that a transaction will wrap each SQL file when run by a migration tool
73
+
74
+ Use --no-assume-in-transaction to override this setting in any config file that exists
71
75
  -h, --help
72
76
  Prints help information
73
77
 
@@ -237,6 +241,10 @@ $ nix develop
237
241
  npm publish
238
242
  ```
239
243
 
244
+ ### algolia
245
+
246
+ The squawkhq.com Algolia index can be found on [the crawler website](https://crawler.algolia.com/admin/crawlers/9bf0dffb-bc5a-4d46-9b8d-2f1197285213/overview). Algolia reindexes the site every day at 5:30 (UTC).
247
+
240
248
  ## how it works
241
249
 
242
250
  squawk wraps calls to [libpg_query-sys](https://github.com/tdbgamer/libpg_query-sys) in a safe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "0.16.0",
3
+ "version": "0.20.0",
4
4
  "description": "linter for PostgreSQL, focused on migrations",
5
5
  "repository": "git@github.com:sbdchd/squawk.git",
6
6
  "author": "Steve Dignam <steve@dignam.xyz>",