Skip to content

Commit 3f4a855

Browse files
committed
Delete db branch support
1 parent 0a67174 commit 3f4a855

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

delete-db-branch.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
. use-pscale-docker-image.sh
4+
5+
. authenticate-ps.sh
6+
7+
BRANCH_NAME="$1"
8+
9+
. set-db-and-org-and-branch-name.sh
10+
11+
pscale branch delete $DB_NAME $BRANCH_NAME --force --org $ORG_NAME

0 commit comments

Comments
 (0)