Skip to content
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

Add a --silent option for steampipe plugin install #2953

Closed
jchrisfarris opened this issue Jan 6, 2023 · 1 comment · Fixed by #3342
Closed

Add a --silent option for steampipe plugin install #2953

jchrisfarris opened this issue Jan 6, 2023 · 1 comment · Fixed by #3342
Assignees
Labels
enhancement New feature or request

Comments

@jchrisfarris
Copy link

Is your feature request related to a problem? Please describe.
By default steampipe plugin install shows the download and install progress. When running this in a script or redirecting the output to stdout, you end up with data that looks like this:

[Container] 2023/01/06 21:14:40 Running command ./steampipe plugin install terraform
45 |  
46 | terraform            [=========>----------------------------------------------------------] Downloading
47 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
48 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
49 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
50 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
51 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
52 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
53 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
54 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
55 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
56 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
57 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
58 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
59 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
60 | ·[1Aterraform            [=========>----------------------------------------------------------] Downloading
<TRUNCATED>
136 | ·[1Aterraform            [=====================>----------------------------------------------] Installing Plugin
137 | ·[1Aterraform            [=====================>----------------------------------------------] Installing Plugin
<TRUNCATED>
151 | ·[1Aterraform            [=====================>----------------------------------------------] Installing Plugin
152 | ·[1Aterraform            [=====================>----------------------------------------------] Installing Plugin
153 | ·[1Aterraform            [=====================>----------------------------------------------] Installing Plugin
154 | ·[1Aterraform            [====================================================================] Done
155 |  
156 | Installed plugin: terraform@latest v0.3.0
157 | Documentation:    https://hub.steampipe.io/plugins/turbot/terraform
158

Describe the solution you'd like
A CLI parameter that would suppress the progress, similar to the --progress=false on the steampipe check command.

@jchrisfarris jchrisfarris added the enhancement New feature or request label Jan 6, 2023
@github-actions
Copy link

'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Mar 11, 2023
@kaidaguerre kaidaguerre removed the stale No recent activity has been detected on this issue/PR and it will be closed label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants