chore: update postgrest scripts in nix README.md

Adds `postgrest-commitlint` and removes `postgrest-nixpkgs-upgrade`.
This commit is contained in:
Taimoor Zaeem
2025-06-26 12:16:49 -05:00
committed by Steve Chavez
parent 9d5968a45a
commit f295130544
+23 -23
View File
@@ -75,29 +75,29 @@ The PostgREST utilities available in `nix-shell` all have names that begin with
postgrest-build postgrest-profiled-run
postgrest-check postgrest-push-cachix
postgrest-clean postgrest-release
postgrest-coverage postgrest-repl
postgrest-coverage-draft-overlay postgrest-run
postgrest-docs-build postgrest-style
postgrest-docs-check postgrest-style-check
postgrest-docs-dictcheck postgrest-test-big-schema
postgrest-docs-linkcheck postgrest-test-doctests
postgrest-docs-render postgrest-test-io
postgrest-docs-serve postgrest-test-memory
postgrest-docs-spellcheck postgrest-test-replica
postgrest-dump-minimal-imports postgrest-test-spec
postgrest-dump-schema postgrest-test-spec-idempotence
postgrest-gen-ctags postgrest-watch
postgrest-gen-jwt postgrest-with-all
postgrest-gen-secret postgrest-with-git
postgrest-git-hooks postgrest-with-pgrst
postgrest-hsie-graph-modules postgrest-with-postgresql-12
postgrest-hsie-graph-symbols postgrest-with-postgresql-13
postgrest-hsie-minimal-imports postgrest-with-postgresql-14
postgrest-lint postgrest-with-postgresql-15
postgrest-loadtest postgrest-with-postgresql-16
postgrest-loadtest-against postgrest-with-postgresql-17
postgrest-loadtest-report postgrest-with-slow-pg
postgrest-nixpkgs-upgrade postgrest-with-slow-postgrest
postgrest-commitlint postgrest-repl
postgrest-coverage postgrest-run
postgrest-coverage-draft-overlay postgrest-style
postgrest-docs-build postgrest-style-check
postgrest-docs-check postgrest-test-big-schema
postgrest-docs-dictcheck postgrest-test-doctests
postgrest-docs-linkcheck postgrest-test-io
postgrest-docs-render postgrest-test-memory
postgrest-docs-serve postgrest-test-replica
postgrest-docs-spellcheck postgrest-test-spec
postgrest-dump-minimal-imports postgrest-test-spec-idempotence
postgrest-dump-schema postgrest-watch
postgrest-gen-ctags postgrest-with-all
postgrest-gen-jwt postgrest-with-git
postgrest-gen-secret postgrest-with-pgrst
postgrest-git-hooks postgrest-with-postgresql-12
postgrest-hsie-graph-modules postgrest-with-postgresql-13
postgrest-hsie-graph-symbols postgrest-with-postgresql-14
postgrest-hsie-minimal-imports postgrest-with-postgresql-15
postgrest-lint postgrest-with-postgresql-16
postgrest-loadtest postgrest-with-postgresql-17
postgrest-loadtest-against postgrest-with-slow-pg
postgrest-loadtest-report postgrest-with-slow-postgrest
postgrest-parallel-curl
...