Description
I'd like to be able to call conan art:server add ... with a --force flag.
Like conan remote add, the command should:
Force the definition of the remote even if duplicated
Would support the development of idempotent setup scripts, etc. for build nodes, configuration as code, etc.
Context
Trying to create an idempotent credentials setup pipeline job. Discovered that conan art:server add doesn't have a --force option the way that conan remote add1 does.
As a result, we can't re-run these jobs to bring our build nodes up to date if our backing credentials change.
Description
I'd like to be able to call
conan art:server add ...with a--forceflag.Like
conan remote add, the command should:Would support the development of idempotent setup scripts, etc. for build nodes, configuration as code, etc.
Context
Trying to create an idempotent credentials setup pipeline job. Discovered that
conan art:server adddoesn't have a--forceoption the way thatconan remote add1 does.As a result, we can't re-run these jobs to bring our build nodes up to date if our backing credentials change.
Footnotes
https://docs.conan.io/2/reference/commands/remote.html#conan-remote-add ↩