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

doc/fix cue command parameter order #326

Merged
merged 1 commit into from
Jan 26, 2024
Merged

doc/fix cue command parameter order #326

merged 1 commit into from
Jan 26, 2024

Conversation

fberube
Copy link

@fberube fberube commented Jan 26, 2024

fix the parameter order
from:
cue import /path/to/manifests.yaml -o -f templates/manifests.cue -p templates -l 'strings.ToLower(kind)' -l 'metadata.name'
to
cue import /path/to/manifests.yaml -f -o templates/manifests.cue -p templates -l 'strings.ToLower(kind)' -l 'metadata.name'

Signed-off-by: fberube <francois.berube@leven-lake.com>
@stefanprodan stefanprodan added the area/docs Improvements or additions to documentation label Jan 26, 2024
Copy link
Owner

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @fberube

@stefanprodan stefanprodan merged commit cfea950 into stefanprodan:main Jan 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants