Skip to content

Commit 07afbe6

Browse files
committed
2 parents af8dc64 + 28b733b commit 07afbe6

19 files changed

Lines changed: 1976 additions & 2 deletions

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"test:pwsh:slowest": "pnpm test:pwsh:assertions:slowest",
4040
"test:pwsh:all:slowest": "node ./scripts/pester-duration-report.mjs --command \"pnpm test:pwsh:all\"",
4141
"benchmark": "pwsh -NoProfile -File ./scripts/pwsh/devops/Invoke-Benchmark.ps1",
42+
"build:pwsh:postgresql": "pwsh -NoProfile -File ./scripts/pwsh/devops/postgresql/build/Build-PostgresToolkit.ps1",
4243
"scripts:install": "pwsh -File ./install.ps1",
4344
"scoop:update": "scoop update -a",
4445
"choco:update": "choco upgrade all -y",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Postgres Toolkit Help
2+
3+
## Commands
4+
5+
- `backup`
6+
- `restore`
7+
- `import-csv`
8+
- `install-tools`
9+
10+
## Examples
11+
12+
```powershell
13+
./Postgres-Toolkit.ps1 backup --database app --output ./app.dump --format custom
14+
```

0 commit comments

Comments
 (0)