Skip to content

Commit 0a1f5e1

Browse files
committed
move piccolo.sh into the scripts folder
1 parent e9b9658 commit 0a1f5e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Call them from the root of the project, e.g. `./scripts/lint.sh`.
66

77
* `scripts/coverage-report.sh` - Generate coverage report.
88
* `scripts/lint.sh` - Run the automated code linting/formatting tools.
9-
* `scripts/release.sh` - Publish package to PYPI.
9+
* `scripts/release.sh` - Publish package to PyPI.
1010
* `scripts/test-postgres.sh` - Run the test suite with Postgres.
1111
* `scripts/test-sqlite.sh` - Run the test suite with SQLite.
12+
* `scripts/piccolo.sh` - Run the Piccolo CLI on the example project in the `tests` folder.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
# This is used for running Piccolo commands on the example project within
3-
# tests.
3+
# the tests folder. For example, if we need to add a new auto migration to it.
44
export PICCOLO_CONF="tests.postgres_conf"
55
python -m piccolo.main $@

0 commit comments

Comments
 (0)