bloq / cloud-cli

☁️💻
MIT License
0 stars 0 forks source link

Cluster id input needs to be regexed #199

Closed raiseerco closed 2 years ago

raiseerco commented 2 years ago

When user types a clusterId with a typo, an err400 is thrown by cloud-nodes. This should be validated by using a regexp as we used on cloud-sdk.

Related to #63