feat(commands): adds the get and delete commands#40
Open
esatterwhite wants to merge 8 commits intofeature/golang-refactorfrom
Open
feat(commands): adds the get and delete commands#40esatterwhite wants to merge 8 commits intofeature/golang-refactorfrom
esatterwhite wants to merge 8 commits intofeature/golang-refactorfrom
Conversation
This is a go port of the chrono package from npm used to allow for nlp style date parsing for the log package. There isn't anything in the go land space that implmemnt anything that resembles the same kind of flexibility and accuracy. Currently this focuses on the english locale
includes both the search and tail sub commands allowing users to quickly interact with their streaming and historical logs
adds a instance of zerolog and simple wrapper in the logging package. The default is pushed onto the root context so all child commands can access it if they want to do some debug logging
package for outputing tabular data in ascii format
includes a low allocation yaml codec for formating formatting command output in yaml
includes a view sub command for listing views in various formats. specifying an id will attempt to get the view by id. If the view is not found it will try to match a normalized name
adds the catchall create command and the view sub command. Additionally simplifies types a bit more
Adds the delete catch all command and the view subcommand
d6a1660 to
825a181
Compare
Base automatically changed from
esatterwhite/golang-log-command
to
feature/golang-refactor
February 11, 2026 15:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the get and delete command with the view sub commands.
Includes a minor re-working of the type and interface setup such that the usage
of it can be generalized to a fair degree. This is in anticipation for the general edit command.
where the api version and resource type are specified in a file