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

[BUG] streaming get <tenant> return ERROR You provided unknown or not well formatted argument. #38

Closed
PatBStream opened this issue Jan 19, 2023 · 1 comment
Assignees
Labels
bug Something isn't working ready_for_release
Milestone

Comments

@PatBStream
Copy link

PatBStream commented Jan 19, 2023

Astra CLI command "stra streaming get <tenant> returns errors.

Installed Astra CLI version 0.2 on Windows 11 WSL2 terminal (Ubuntu 20.04 LTS)

After setup and adding my token, "astra streaming list" works fine. "astra streaming get " returns errors.

prompt@DESKTOP:~$ astra streaming get aws-useast1
[ERROR] You provided unknown or not well formatted argument.
[ERROR] Found unexpected parameters: [aws-useast1] (ParseArgumentsUnexpectedException)
[ERROR] Try 'astra help <your_command>' to get help**_

Desktop (please complete the following information):
Windows 11 WSL2 terminal (Ubuntu 20.04 LTS)

@clun
Copy link
Collaborator

clun commented Feb 8, 2023

Diagnostic:
Class AbstractStreamingCmd was not included in reflect-config.json used for native compilation. All commands astra streaming exist/delete/pulsar-token would trigger the same error.

Fix

 {
    "name":"com.dtsx.astra.cli.streaming.AbstractStreamingCmd",
    "allDeclaredFields":true
  }

@clun clun self-assigned this Feb 8, 2023
@clun clun added bug Something isn't working ready_for_release labels Feb 8, 2023
@clun clun added this to the 0.3 milestone Feb 8, 2023
@clun clun changed the title [BUG] Astra Streaming "get" command [ERROR] You provided unknown or not well formatted argument. [BUG] streaming get <tenant> return ERROR You provided unknown or not well formatted argument. Feb 8, 2023
@clun clun modified the milestones: 0.3, 0.2.1 Feb 9, 2023
@clun clun closed this as completed Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready_for_release
Projects
None yet
Development

No branches or pull requests

2 participants