Skip to content

Running multiple instances of the steampipe CLI? #59

Answered by dboeke
dboeke asked this question in FAQ
Discussion options

You must be logged in to vote

To run multiple instances of steampipe in different threads:

  1. .exit from your current open session.
  2. run the following command to start the Steampipe service
~$ steampipe service start
  1. Now you can run multiple interactive console sessions in different threads and terminals:
~$ steampipe query
  1. When you are done with all sessions, run
~$ steampipe service stop

Replies: 1 comment

Comment options

dboeke
Jan 25, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by dboeke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
1 participant