Skip to content

docs: dotnet kubeops version does not work #940

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

defenestration
Copy link

Just following along in the docs. It seems like dotnet kubeops version does not work in the current version.

❯ dotnet kubeops version    
'version' was not matched. Did you mean one of the following?
--version

Required command was not provided.
Unrecognized command or argument 'version'.

It seems like dotnet kubeops api-version is the intended command here.

❯ dotnet kubeops api-version
    Kubernetes API Version    
┌─────────────┬──────────────┐
│ Git-Version │ v1.31.5+k3s1 │
│ Major       │ 1            │
│ Minor       │ 31           │
│ Platform    │ linux/arm64  │
└─────────────┴──────────────┘

Running on MacOs, if it makes a difference.

❯ dotnet kubeops --version
9.11.2+946bf1d8537664fe5dbf068659a809aa94f7ce57

it seems like `dotnet kubeops version` does not work but `dotnet kubeops api-version` is the intended command here. 

❯ dotnet kubeops --version
9.11.2+946bf1d8537664fe5dbf068659a809aa94f7ce57
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.

1 participant