File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.pscale/cli-helper-scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function pscale {
21
21
if [ -n " $NO_DOCKER " ]; then
22
22
command=" pscale $@ "
23
23
else
24
- command=" docker run -e PLANETSCALE_SERVICE_TOKEN=$PLANETSCALE_SERVICE_TOKEN -e PLANETSCALE_SERVICE_TOKEN_NAME=$PLANETSCALE_SERVICE_TOKEN_NAME -e HOME=/tmp -v $HOME /.config/planetscale:/tmp/.config/planetscale -e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true --user $( id -u) :$( id -g) --rm -i $tty planetscale/pscale:latest $@ "
24
+ command=" docker run -e PLANETSCALE_SERVICE_TOKEN=$PLANETSCALE_SERVICE_TOKEN -e PLANETSCALE_SERVICE_TOKEN_ID= $PLANETSCALE_SERVICE_TOKEN_ID -e PLANETSCALE_SERVICE_TOKEN_NAME=$PLANETSCALE_SERVICE_TOKEN_NAME -e HOME=/tmp -v $HOME /.config/planetscale:/tmp/.config/planetscale -e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true --user $( id -u) :$( id -g) --rm -i $tty planetscale/pscale:latest $@ "
25
25
fi
26
26
27
27
# if command is auth and we are running in CI, we will use the script command to get a fake terminal
@@ -33,4 +33,4 @@ function pscale {
33
33
$command
34
34
fi
35
35
36
- }
36
+ }
You can’t perform that action at this time.
0 commit comments