CLI Help Text Issues - TODO

List of invalid or incorrect help text found in Weikio CLI commands

CLI Help Text Issues - TODO

This document tracks issues found in CLI help text where commands reference incorrect command names or contain copy-pasted text that wasn’t updated properly.

Issues Found

weikio actions eventtrigger - Copy-paste error in description

Issue: The help text for weikio actions <ActionId> eventtrigger add says “Add web trigger” instead of “Add event trigger”. The delete command has the same issue.

Location:

  • weikio actions <ActionId> eventtrigger add --help
  • weikio actions <ActionId> eventtrigger delete --help

Expected: Description should say “Add event trigger” and “Delete event trigger”

Actual: Description says “Add web trigger” and “Delete web trigger”

weikio entities - Typo in description

Issue: The main help text has “Entity managment” with “managment” misspelled.

Location: weikio entities --help

Expected: “Entity management”

Actual: “Entity managment”

weikio actions scheduletrigger ls - Redundant argument

Issue: The scheduletrigger ls command requires the ActionId to be passed twice - once as part of the command path and once as an argument to the ls subcommand.

Location: weikio actions <ActionId> scheduletrigger ls <ActionId>

Expected: The ActionId should only be required once in the command path

Actual: ActionId must be specified twice