worker deployment update-version-compute-config#1001
Conversation
afab676 to
f6fdb9b
Compare
f6601f4 to
bdd4c48
Compare
|
@chaptersix I don't believe the test failure has anything to do with this particular PR. |
|
A couple things worth reconsidering here: Command naming -- The CLI uses Implicit delete behavior -- Currently if |
@chaptersix all great points. I will rework the patch! |
Adds implementation of the `UpdateWorkerDeploymentVersionComputeConfig` gRPC API call with a `temporal worker deployment replace-version-compute-config` CLI command. I used `replace` instead of `update` to be more explicit about the replacement semantics used by the command. Signed-off-by: Jay Pipes <jay.pipes@temporal.io>
Changes the `temporal worker deployment replace-version-compute-config` CLI command to `temporal worker deployment update-version-compute-config` to match other CLI commands. Adds an explicit `--remove` CLI flag to remove the compute config on the version. Signed-off-by: Jay Pipes <jay.pipes@temporal.io>
bdd4c48 to
6bedccf
Compare
|
@chaptersix sorry for the delay and thank you for your patience. I've updated the code per your review recommendations. |
Adds implementation of the
UpdateWorkerDeploymentVersionComputeConfiggRPC API call with atemporal worker deployment update-version-compute-configCLI command. There is a--removeCLI flag that allows the user to explicitly delete the compute config from a Worker Deployment Version.