Allow specifying number of stored releases when creating a preview channel
Preview channels by default store 10 previous releases per channel. When running firebase hosting:channel:create there is the --expires option to set when the channel expires, but there is no option to tell firebase how many previous releases to store.
In my case I don't need previous releases at all, and the extra storage is completely unneeded and makes us hit the quota earlier.
1
vote