cli
cli copied to clipboard
storage cli - make bucket public
Is your feature request related to a problem? Please describe. When running a command lik
supabase storage cp -r dist "ss:///${BUCKET_NAME}/" --experimental
it nicely auto creates the bucket and upload the files but it seems there is no flag to make the bucket public, either during creation or afterwards
Describe the solution you'd like Either have a --public flag or a storage command to make the bucket public