AwsScheduleExpressionValidator.Tool
1.2.0
dotnet tool install --global AwsScheduleExpressionValidator.Tool --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local AwsScheduleExpressionValidator.Tool --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AwsScheduleExpressionValidator.Tool&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AwsScheduleExpressionValidator.Tool --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AWS Schedule Expression Validator CLI
Validate AWS EventBridge Scheduler expressions from the command line.
Install
dotnet tool install -g AwsScheduleExpressionValidator.Tool
Usage
aws-schedule-expression-validator format "rate(5 minutes)"
aws-schedule-expression-validator validate "cron(0 10 * * ? *)" --min 00:05:00 --max 01:00:00
aws-schedule-expression-validator occurrences "rate(5 minutes)" --count 3
Commands
format <expression>: Validates the expression format only.validate <expression> [--min <timespan>] [--max <timespan>]: Validates format and interval constraints.occurrences <expression> [--count <number>] [--start <iso-8601>]: Lists upcoming occurrences.
Options
--min: Minimum interval (TimeSpan, e.g.00:05:00).--max: Maximum interval (TimeSpan, e.g.01:00:00).--count: Number of occurrences to return (default 5).--start: Start date/time (ISO 8601).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.0 | 137 | 3/1/2026 |