cli icon indicating copy to clipboard operation
cli copied to clipboard

The CLI for PlanetScale Database

Results 48 cli issues
Sort by recently updated
recently updated
newest added

If an org has >100 databases only the first 100 will be returned with `pscale database list`.

Currently, when making use of the `restore-dump` sub-command there is not an easy way for the `*-schema.sql` files to be skipped entirely, which would be separate from the recent `--overwrite-tables`...

Similar to https://github.com/planetscale/cli/pull/510, this PR adds a new `--wait` flag that blocks the `dr deploy` subcommand. This allows the user to wait on this command and makes scripting easier as...

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.3.5 to 2.3.6. Commits 55474c3 Add a RemoveSelectAll and RemoveSelectNone config to multi-select (#439) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/AlecAivazis/survey/v2&package-manager=go_modules&previous-version=2.3.5&new-version=2.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

I'm working on an automation system based on Github Actions. You can find my work in progress here: https://github.com/mohsen1/planetscale-prisma-github-action To make this project successful I need a Web Hook from...

From https://github.com/planetscale/discussion/discussions/267 Authenticating `pscale database list` with a service token that lacks any accesses shows an error message that can be confusing if you have an existing database but don't...

I want this to exit with non-zero when user is not logged in so my scripts are nicer. Thanks!

Hey! I want to automate the process of pushing changes to the database schemas. Locally this script is running fine, however using GitHub Actions I get an error message. I'm...

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0. Release notes Sourced from go.uber.org/zap's releases. v1.27.0 Enhancements: #1378[]: Add WithLazy method for SugaredLogger. #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility...

dependencies

It would be awesome if `pscale` provided the ability to restore a local pscale dump to a non-PS database. Two use cases I am thinking of: - Local dev DB...