Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct and expand CLI help text. #93

Merged
merged 5 commits into from
Oct 22, 2024

Conversation

agentofreality
Copy link
Contributor

Description

  • Corrected and extended the help text associated with each Drasi CLI command.
  • Made resource kind names case insensitive wherever they are needed as arguments.
  • Updated install action in CLI make file to correctly echo that it was installing the Drasi CLI, and not Drasi.

Type of change

This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Drasi (issue link optional).

cli/cmd/wait.go Outdated

Arguments:
kind The kind of resource to wait for. Available kinds are (case-insensitive):
- ContinuousQuery (or 'Query' for short)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently do not support the command wait on queries. Maybe we should remove this kind and add it later when we have this bug fixed (https://dev.azure.com/azure-octo/Incubations/_boards/board/t/Drasi/User%20Stories?workitem=13151)

@agentofreality agentofreality merged commit 382c102 into drasi-project:main Oct 22, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants