Skip to content

Add a stack set-update-schedule command #1937

Description

@martin-helmich

Is your feature request related to a problem? Please describe.

The API supports setting (and unsetting) update schedules (in cron format) for container stacks via the container-set-stack-update-schedule operation.

Unsetting works by setting the update schedule to null.

Describe the solution you'd like

Example usages:

mw stack set-update-schedule <stack-id> <schedule> [--timezone=<timezone>]
mw stack unset-update-schedule <stack-id>
  • <schedule> must be in cron format
  • <timezone> must be a valid timezone like UTC or Europe/Berlin

Input value constraints should be mentioned in documentation, but do not need to be validated client-side. Rely on API-side validation.

Describe alternatives you've considered A clear and concise description of
any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature
request here.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions