deployctl
deployctl copied to clipboard
How avoid deployctl from trying to store config? it always propt me, I dont want to store in the deno.json
I'm using the deployctl CLI something like
deployctl deploy --org=clau --project=dev-tpls-fresh-simple --prod tpls/fresh-simple/src/main.ts
and
deployctl deploy --org=clau --save-config=false --project=dev-tpls-fresh-simple --prod tpls/fresh-simple/src/main.ts
It always prompts me if I want to save it or not to deno.json; I don't want to.