[Squidex CLI] sq indexes

I have…

  • Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

When using sq indexes --help, it shows the following.

Manage schemas.

Usage: Squidex.CLI.dll indexes [command]

Commands:

create Create a new index.
drop Create a new index.
list List all schemas.`

When running sq --help, it also has confusing documentation listed below as it shows both indexes and schemas with the same description.

Usage: Squidex.CLI.dll [command]

Commands:

ai Uses AI commands.

indexes Manage schemas.

schemas Manage schemas.

Expected behavior

It should be “Manage Indexes” and “List all indexes” instead?

Minimal reproduction of the problem

Simply run the commands such as

  • sq indexes --help;
  • sq --help.

Environment

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version
  • Squidex CLI

Version: Squidex CLI v13.7.0.0, API Compatibility >= 4.X

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

Thank you very much. Will be fixed. You can also create a PR: GitHub - Squidex/squidex-samples: Samples for Squidex

Thank you, Sebastian.

I have created a PR to fix this issue: Corrected "schemas" to "indexes" under App_Indexes. by goh-chunlin · Pull Request #89 · Squidex/squidex-samples · GitHub

Thanks again for your prompt response!