Skip to content

Commit 5b49f0d

Browse files
authored
Added documentation on /ps-update
1 parent 2069bba commit 5b49f0d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,16 @@ The workflows covered so far have been all triggered as manual GitHub Action job
4040
You can also create a database branch and deploy request based on an [already existing Pull Request](https://github.com/jonico/pscale-cli-helper-scripts/pull/2) using `/ps-create`:
4141
![image](https://user-images.githubusercontent.com/1872314/143734380-132bdd39-b4bc-4ec0-b1e8-79d31748542c.png)
4242

43+
If you like to refresh the schema information of your branch or add additional DDL statements, use `/ps-update`:
44+
45+
![image](https://user-images.githubusercontent.com/1872314/144099735-8e023ecf-31ef-4129-82d0-3aa91d5c9777.png)
46+
47+
4348

4449
I am planning to add additional IssueOps commands, like
4550
- [x] `/ps-create`(to create a deploy request and database branch from an already existing PR)
4651
- [ ] `/ps-approve`
47-
- [ ] `/ps-update` (to add additional DDL to an existing associated deploy request or just check how the schema diff would look now)
52+
- [x] `/ps-update` (to add additional DDL to an existing associated deploy request or just check how the schema diff would look now)
4853
- [ ] `/ps-delete`
4954

5055
Stay tuned for updates and any feedbacks / PRs are welcome 😊

0 commit comments

Comments
 (0)