-
How do I run multiple instances of the steampipe CLI (e.g. in a different terminal window on the same device)? Right now I get and error message |
Beta Was this translation helpful? Give feedback.
Answered by
dboeke
Jan 25, 2021
Replies: 1 comment
-
To run multiple instances of steampipe in different threads:
~$ steampipe service start
~$ steampipe query
~$ steampipe service stop |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dboeke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To run multiple instances of steampipe in different threads:
.exit
from your current open session.~$ steampipe service start
~$ steampipe query
~$ steampipe service stop