-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Pkger support multiple pkg import #16657
Labels
Comments
awesome! could we have the cli work like |
|
This was referenced Feb 6, 2020
jsteenb2
added a commit
that referenced
this issue
Feb 6, 2020
4 tasks
jsteenb2
added a commit
that referenced
this issue
Feb 6, 2020
jsteenb2
added a commit
that referenced
this issue
Feb 6, 2020
jsteenb2
added a commit
that referenced
this issue
Feb 6, 2020
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user, I want to provide multiple pages for inserting, so that I can create resources and maintain my sanity when my pkgs get very large.
I can see something like:
AC
influx pkg -f labels.yml -f buckets.yml -f endpoints.yml -f telegrafs.yml # should see that it is a directory and then run all pkgs influx pkg -f my_pkg_dirs
Use case:
This would help provide easier organization of pkgs and easier composition of pkgs together and have them all be part of the same application/dry run.
Acceptance criteria
The text was updated successfully, but these errors were encountered: