Skip to content

delete command is missing support for force deletion parameter resulting in error #1

@shouah

Description

@shouah

The 'delete-job' and 'delete-job-schedule' and 'delete-call' and 'delete-call-schedule' commands are all missing support for the optional '--force' or '-f' option causing execution error due to incompatible syntax and resulting in unexpected duplicated setup since the delete command with the optional option is not taking effect:

USAGE:
delete-job JOB_NAME [--force]
delete-job-schedule JOB_NAME SCHEDULE_GUID [--force]
delete-call CALL_NAME [--force]
delete-call-schedule CALL_NAME SCHEDULE_GUID [--force]

OPTIONS:
--force, -f Force deletion without confirmation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions