We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I'd love to manage Supabase images with the CLI.
Describe the solution you'd like
image
img
supabase image ls
Output:
image tag
image id
supabase image outdated
supabase image update postgres kong supabase image update --all
Output: show progress
supabase image use postgres:15.8.1.020 kong:2.8.1
supabase image purge
The text was updated successfully, but these errors were encountered:
This is also preferred #2435
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I'd love to manage Supabase images with the CLI.
Describe the solution you'd like
Add
image
orimg
commandList images in use related to a project, if there is NO container running, show nothing.
Output:
image tag
image id
List new images if containers are using outdated images.
Output:
image tag
image tag
Pull and update images for containers to the latest version, old containers should be deleted.
Output: show progress
Create containers with specific images, old containers should be deleted.
Purge unused images
Output:
image tag
The text was updated successfully, but these errors were encountered: