Skip to content

feat(commands): adds the get and delete commands#40

Open
esatterwhite wants to merge 8 commits intofeature/golang-refactorfrom
esatterwhite/golang-get-command
Open

feat(commands): adds the get and delete commands#40
esatterwhite wants to merge 8 commits intofeature/golang-refactorfrom
esatterwhite/golang-get-command

Conversation

@esatterwhite
Copy link
Collaborator

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

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
@esatterwhite esatterwhite force-pushed the esatterwhite/golang-log-command branch 2 times, most recently from d6a1660 to 825a181 Compare February 11, 2026 12:00
Base automatically changed from esatterwhite/golang-log-command to feature/golang-refactor February 11, 2026 15:33
Sign up for free to 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.

1 participant