saleor / cli

Command-line interface allowing interaction with Saleor Cloud environments.
Other
69 stars 23 forks source link

Increase limit of characters for environment name #715

Closed andrzejewsky closed 7 months ago

andrzejewsky commented 8 months ago

The cloud API recently updated the limits of the environment name: https://github.com/saleor/saleor-cloud-api/issues/906 - it was changed to 150 characters, and seems like it must be also updated in the CLI.

Current behavior When I create an env, the error about the name stops the flow when name length has more than 40 characters: Screenshot 2023-12-19 at 13 07 42

Expected behavior I should be able to create the env when my env name isless than 150 characters