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

Remove setup deprecation message #4889

Merged
merged 2 commits into from Aug 14, 2017
Merged

Conversation

exekias
Copy link
Contributor

@exekias exekias commented Aug 12, 2017

We decided to keep -setup as a shorthand for setup + run

@exekias exekias added libbeat needs_backport PR is waiting to be backported to other branches. review labels Aug 12, 2017
We decided to keep `-setup` as a shorthand for setup + run
@tsg tsg merged commit 8bc9c80 into elastic:master Aug 14, 2017
@tsg
Copy link
Contributor

tsg commented Aug 14, 2017

Good catch, thanks.

exekias added a commit to exekias/beats that referenced this pull request Aug 16, 2017
We decided to keep `-setup` as a shorthand for setup + run
exekias added a commit to exekias/beats that referenced this pull request Aug 16, 2017
* Unmark setup as deprecated

We decided to keep `-setup` as a shorthand for setup + run

* Update `test output` help message

(cherry picked from commit 8bc9c80)
@exekias exekias removed the needs_backport PR is waiting to be backported to other branches. label Aug 16, 2017
andrewkroh pushed a commit that referenced this pull request Aug 16, 2017
* Unmark setup as deprecated

We decided to keep `-setup` as a shorthand for setup + run

* Update `test output` help message

(cherry picked from commit 8bc9c80)
runCmd.Flags().AddGoFlag(flag.CommandLine.Lookup("version"))

runCmd.Flags().MarkDeprecated("version", "version flag has been deprectad, use version subcommand")
runCmd.Flags().MarkDeprecated("configtest", "setup flag has been deprectad, use configtest subcommand")
runCmd.Flags().MarkDeprecated("configtest", "configtest flag has been deprectad, use test config subcommand")

Copy link
Contributor

Choose a reason for hiding this comment

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

Found a typo here while playing with Docker tests.

"deprectad" is on a couple of different lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch @jarpy, I opened a PR fixing that #5286

leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
* Unmark setup as deprecated

We decided to keep `-setup` as a shorthand for setup + run

* Update `test output` help message

(cherry picked from commit 3f60cec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants