We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently don't expose the functionality to create a new list in the CLI. This is needed to establish new feeds.
There's code to create a list here
bsctl/pkg/lists/lists.go
Line 48 in 47039a0
But its not exposed in the CLI. I think the way to expose it would be to update the apply function to check if the list exists and if not create it
bsctl/pkg/lists/controller.go
Line 35 in 47039a0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently don't expose the functionality to create a new list in the CLI.
This is needed to establish new feeds.
There's code to create a list here
bsctl/pkg/lists/lists.go
Line 48 in 47039a0
But its not exposed in the CLI.
I think the way to expose it would be to update the apply function to check if the list exists and if not create it
bsctl/pkg/lists/controller.go
Line 35 in 47039a0
The text was updated successfully, but these errors were encountered: