mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
Previously the CreatePlatform rpc wrote over all fields when the platform already exists. This is surprising and basically the UpdatePlatform rpc. This patch changes the behavior to do nothing except set the already_exists flag in the response message. Users who have the use case of needing to know if the creation actually created a new resource should use the API to check the already_exists flag. The CLI has no affordance for this other than parsing the log messages.