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

K8S tutorial: cue cmd ls and cue cmd dump do not produce any output #38

Closed
cueckoo opened this issue Jul 3, 2021 · 1 comment
Closed

Comments

@cueckoo
Copy link
Collaborator

cueckoo commented Jul 3, 2021

Originally opened by @wstrange in cuelang/cue#38

I am not sure if this is pilot error, or a recent commit changed something, but I can't see any objects being listed or dumped.

cd cuelang/cue/doc/tutorial/kubernetes/manual/services
cue cmd dump ./...
cue cmd dump
cue cmd ls 
cue cmd ls ./...

None of the above commands produce any output. cmd ls|dump works if I specify a path to a directory. For example - this works:

cue ls frontend/waiter 
Service         frontend        waiter
Deployment      frontend        waiter

Is this expected behavior?

@cueckoo cueckoo closed this as completed Jul 3, 2021
@cueckoo
Copy link
Collaborator Author

cueckoo commented Jul 3, 2021

Original reply by @mpvl in cuelang/cue#38 (comment)

Not a pilot error. It's a regression. I'll push out a fix shortly.

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

No branches or pull requests

1 participant