adobe / aio-cli-plugin-runtime

Adobe I/O Runtime plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
15 stars 31 forks source link

Use oclif min and max for all applicable numeric flags #273

Closed MichaelGoberling closed 1 year ago

MichaelGoberling commented 1 year ago

This PR takes care of providing better error messaging and skipping an errant network call for aio rt activation list --limit=x, however there are other commands (Mainly the list commands for other entity types) that also use the --limit flag.

We should configure --limit and all other applicable numeric flags to use the oclif min and max configuration fields.

aiojbot commented 1 year ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2048