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

(cmd): unhide client agent commands #5097

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

irenarindos
Copy link
Collaborator

No description provided.

@irenarindos irenarindos added this to the 0.18.x milestone Sep 11, 2024
@github-actions github-actions bot added the core label Sep 11, 2024
@irenarindos irenarindos merged commit 83b6127 into main Sep 11, 2024
64 checks passed
@irenarindos irenarindos deleted the irindos-unhide-clientagnt-cmds branch September 11, 2024 15:20
Comment on lines +15 to +24
var allowErrorOutput = false

const EnvBoundaryClientAgentCliErrorOutput = "BOUNDARY_CLIENT_AGENT_CLI_ERROR_OUTPUT"

func init() {
errOutput := os.Getenv(EnvBoundaryClientAgentCliErrorOutput)
if strings.ToLower(errOutput) == "true" {
allowErrorOutput = true
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be nice if we could pass this down through flags like other configuration values. What do you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure, I'll do that. I'll open a PR for those changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants