Skip to content

clerk api ls: long endpoint paths run into the description column with no separator #330

@jacekradko

Description

@jacekradko

On 1.5.0, clerk api ls --platform config renders long endpoint paths with the summary glued on, no separator:

GET     /platform/applications/{applicationID}/instances/{envOrInsID}/configGet instance config
PUT     /platform/applications/{applicationID}/instances/{envOrInsID}/configReplace instance config
PATCH   /platform/applications/{applicationID}/instances/{envOrInsID}/configUpdate instance config
GET     /platform/applications/{applicationID}/instances/{envOrInsID}/config/schemaGet instance config schema

Looks like the path column has a fixed width and paths longer than it overflow straight into the description. A minimum one-space separator (or wrapping the description to the next line) would fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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