idempotency please : fly apps create
fails is the app already exists, and I cant use "-p" for example to allow it to fail silently.
#3914
Labels
bug
Something isn't working
Please only report specific issues with
flyctl
behavior. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!Describe the bug
Briefly, describe what broke and provide the following details:
There is no option to not error, if the app is already created.
We have unix's
mkdir -p
for idempotency reasons.It would be nice if
fly apps create
and other pertinent fly commands had this feature too.It would mean that scripts using flyctl can be more automated.
I have been using fly for a fair while and it's getting harder to write scripts as fly gets more features too. I feel that adding some basic idempotency would be in helpful.
Happy to discuss..
fly version
fly version
fly v0.2.124 darwin/arm64 Commit: 790bb3b BuildDate: 2024-08-29T17:17:41Z
The text was updated successfully, but these errors were encountered: