anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Ensure the deployment name is preserved on restart #195

Closed maximlt closed 2 months ago

maximlt commented 2 months ago

Running ae5 deployment restart {id} currently doesn't preserve the existing deployment name, which I assume is a bug. This PR simply passes it to the deployment_start method internally used by this command.

mcg1969 commented 2 months ago

@joshburt this look OK to you?

joshburt commented 2 months ago

@joshburt this look OK to you?

Yep! I have this same fix over in https://github.com/anaconda/ae5-tools/pull/191/files# (still in draft).

joshburt commented 2 months ago

Merged, version 0.6.9 released with fix.

maximlt commented 2 months ago

Wow sweet thanks for the nice turnaround and quick release!