Skip to content

feat: Add persistant verbose flag - #657

Open
NautiluX wants to merge 3 commits into
mainfrom
verbose-tar-output
Open

feat: Add persistant verbose flag#657
NautiluX wants to merge 3 commits into
mainfrom
verbose-tar-output

Conversation

@NautiluX

Copy link
Copy Markdown
Member
  • hide verbose tar output if not --verbose

Comment threadinternal/installer/codesphere.go
Comment threadinternal/bootstrap/local/installer.go Outdated
Comment threadinternal/util/tar.go Outdated
Comment threadinternal/installer/package.go Outdated
Comment threadinternal/util/tar.go
Comment threadcli/cmd/root.go
@NautiluX
NautiluXforce-pushed the verbose-tar-output branch 2 times, most recently from 772c7aa to 43bee3bCompareAugust 13, 2026 12:03

@OliverTrautvetterOliverTrautvetter left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good now 🚀, approved already. Just 1 comment, I found 1 more quite flag

@@ -65,14 +65,17 @@ func (c *InstallCodesphereCmd) RunE(cmd *cobra.Command, _ []string) error {
infraInstaller := &installer.CodesphereInstaller{

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 more quite flag

cli/cmd/bootstrap_gcp.go
flags.BoolVar(&bootstrapGcpCmd.SSHQuiet, "ssh-quiet", false, "Suppress SSH command output (default: false)")

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@NautiluX@OliverTrautvetter