Open
Description
Describe the bug
Installing Steampipe in a different folder using the --install-dir
and STEAMPIPE_INSTALL_DIR
options, however Steampipe is still trying to create a folder called .pipes
in the HOME folder.
Steampipe version (steampipe -v
)
Example: v0.24.2
To reproduce
Change the $HOME folder to something like a read-only folder. Run steampipe with the --install-dir
folder, pointing to any other folder.
Expected behavior
Steampipe should be using the provided parameter, and not continue to use the $HOME folder.
Additional context
None
Activity