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

Add file options to View CLI add command #3280

Open
jsimnz opened this issue Nov 28, 2024 · 2 comments · May be fixed by #3314
Open

Add file options to View CLI add command #3280

jsimnz opened this issue Nov 28, 2024 · 2 comments · May be fixed by #3314
Labels
area/cli Related to the CLI binary feature New feature or request good first issue Good for newcomers

Comments

@jsimnz
Copy link
Member

jsimnz commented Nov 28, 2024

Currently defradb client view add takes both the view query and view sdl as inline options when creating a new view, however the lens config can be passed in via a file handle -f flag.

We should add the ability to input both the query and the sdl via file handle flags as well.

Only design question in my mind would be if both the query and sdl can/should be within the same file, or as separate files.

@jsimnz jsimnz added area/cli Related to the CLI binary feature New feature or request good first issue Good for newcomers labels Nov 28, 2024
@rovertrack
Copy link

i wanna try this but i need more visibility of the issue and required work to be done

@mahmudsudo
Copy link

can i take on this?

@najeal najeal linked a pull request Dec 11, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to the CLI binary feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants