coreeng / corectl

Core Platform CLI
https://www.cecg.io/core-platform/
Apache License 2.0
1 stars 0 forks source link

Feature/295 refactor #7

Closed ghost closed 7 months ago

ghost commented 7 months ago

Simplified the code to use just one method for updates and creates. When deleting environments the response status code is checked and if it's a 404 the code continues to create the variable.

Mugenor commented 7 months ago

I see that tests are missing Do you plan to add them after we will be satisfied the source code?