-
Notifications
You must be signed in to change notification settings - Fork 392
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
[Improvement] Add --quiet option to the Gravition CLI #6097
Labels
Comments
justinmclean
added
good first issue
Good for newcomers
improvement
Improvements on everything
labels
Jan 3, 2025
justinmclean
changed the title
[Improvement] Add --quiet option to Gravition CLI
[Improvement] Add --quiet option to the Gravition CLI
Jan 3, 2025
I would like to work on it. |
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 13, 2025
Add --quiet option to the Gravition CLI to suppress all output except for errors. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI fix test issues. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Tag, Metalake and Fileset code. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Column handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor OwnerShip handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor User handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Role handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Group handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Schema handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Topic handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor and format handlers and test cases. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor CommandHandler and TestableCommandLine. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor TestableCommandLine [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor all commands. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI Refactor Command class . [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI Add --quiet option to the Gravition CLI to suppress all output except for errors.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 13, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 13, 2025
add shortname to quiet.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 13, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
Add --quiet option to the Gravition CLI to suppress all output except for errors. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI fix test issues. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Tag, Metalake and Fileset code. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Column handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor OwnerShip handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor User handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Role handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Group handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Schema handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor Topic handler and test. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor and format handlers and test cases. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor CommandHandler and TestableCommandLine. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor TestableCommandLine [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI refactor all commands. [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI Refactor Command class . [apache#6097] improve(CLI): Add --quiet option to the Gravition CLI Add --quiet option to the Gravition CLI to suppress all output except for errors.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
add shortname to quiet.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
While it is useful for commands to output message on success so users know the command work, this can sometime get in the way of scripts.
How should we improve?
Add a --quiet option not to produce this type of output for all commands.
The text was updated successfully, but these errors were encountered: