Skip to content

Commit 660729e

Browse files
committed
List commands in alpha order. Update project status. Doc updates
1 parent cd0b7c1 commit 660729e

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44

55
A collection of PostgreSQL scripts for automating common DBA tasks in a Docker-centric way.
66

7+
Wherever possible the commands are compatible with Amazon RDS and GCP Cloud SQL.
8+
79
## Documentation
810

911
Documentation for each subcommand:
1012

13+
- [create-readonly-user](commands/create-readonly-user.md)
1114
- [create-user-db](commands/create-user-db.md)
1215
- [delete-user-db](commands/delete-user-db.md)
13-
- [create-readonly-user](commands/create-readonly-user.md)
14-
- [save](commands/save.md)
15-
- [load](commands/load.md)
1616
- [fix-owner](commands/fix-owner.md)
17-
- [vacuum](commands/vacuum.md)
17+
- [load](commands/load.md)
1818
- [psql](commands/psql.md)
19+
- [save](commands/save.md)
20+
- [vacuum](commands/vacuum.md)
1921

2022
## General Usage
2123

@@ -42,4 +44,4 @@ Some subcommands require additional environment parameters.
4244

4345
## Status
4446

45-
Feature incomplete. Work in progress.
47+
Stable.

commands/default

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ cat << EOF
88
99
Please choose a command:
1010
11+
create-readony-user <database> <username> <password>
12+
1113
create-user-db <username> <password>
1214
1315
delete-user-db <username>
1416
15-
save <databases>
17+
fix-owner <databases>
1618
1719
load <databases>
1820
19-
fix-owner <databases>
20-
2121
psql - start a PostgreSQL client session
2222
23+
save <databases>
24+
2325
vacuum <databases>
2426
2527
EOF

0 commit comments

Comments
 (0)