arkime / aws-aio

Apache License 2.0
8 stars 3 forks source link

`config-update` can deploy a specific `--config-version` #144

Closed chelma closed 8 months ago

chelma commented 8 months ago

Description

As a part of https://github.com/arkime/aws-aio/issues/87, this task is to add a way to deploy a specific configuration version to an existing Arkime Cluster.

Acceptance Criteria

chelma commented 8 months ago

Thinking through the user experience a bit, we currently have the following:

The other, new commands (config-list, config-pull) now segregate actions along the Capture/Viewer lines using flags. To create a more consistent experience across the commands, and satisfy this ticket's acceptance criteria, we could do the following:

chelma commented 8 months ago

Code merged; acceptance criteria met. Resolving.