Skip to content

[SUGGESTION] Improving auto detect flow #308

@erlichmen

Description

@erlichmen

We integrated restish and it works well for us. We have a few suggestions to reduce user friction:

  1. We’re configuring x-cli-config, which works great. If this option exists in the spec, we’d like restish to skip the wizard, automatically configure the API, and save it. To avoid breaking existing behavior, this could be controlled via a parameter/flag that explicitly opts into the non-wizard flow.

  2. Please remove the need to include https:// when configuring an API. If no scheme is provided, it should be assumed automatically (https:// preferred; http:// would also be fine since it redirects).
    Instead of:
    restish api configure my-api https://api.my.domain
    it would be:
    restish api configure my-api api.my.domain

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions