cli icon indicating copy to clipboard operation
cli copied to clipboard

The power of Axiom on the command line.

Results 13 cli issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

dependencies
github_actions

CSV should be batchable as well! Also adds the CSV headers feature for CSV files without a header row. In line with https://github.com/axiomhq/axiom-go/pull/305, I also addressed the batching behaviour here...

enhancement

When using an alias to that is no longer valid the `axiom dataset list` command returns an error of the form: ```bash $ AXIOM_DEPLOYMENT=bogus-no-longer-valid-env axiom dataset list Error: cannot decode...

Leaving this here for reference. Synchronisation bug, will fix ASAP. ``` fatal error: concurrent map writes goroutine 39 [running]: github.com/axiomhq/cli/internal/cmd/auth.runStatus.func1.1() github.com/axiomhq/cli/internal/cmd/auth/auth_status.go:86 +0x38 github.com/axiomhq/cli/internal/cmd/auth.runStatus.func1() github.com/axiomhq/cli/internal/cmd/auth/auth_status.go:92 +0x154 golang.org/x/sync/errgroup.(*Group).Go.func1() golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x58 created by...

bug

Sleep on some loops when no inputs is available. Closes #90.

enhancement

This would allow easier cli installing on windows.

Use something like https://github.com/zalando/go-keyring to access the OS keyring on all major operating systems.

enhancement

- `axiom dataset create` expects the name for the dataset to create as a flag (`--name`). - `axiom dataset delete` expects the name for the dataset to delete as a...

help wanted

This PR will track the progress and eventually merge our usage of the Bubbletea library into the CLI. Currently what is finished: - Dataset selection - TUI framework - Models...

enhancement
help wanted

Builds a snap and has a service for shipping the system logs off to Axiom.

enhancement
help wanted
question