Martin Angers
69a4985cac
Use new error handling approach in other packages ( #2954 )
2021-11-22 09:13:26 -05:00
Benjamin Edwards
2d5c7ed683
issue 1313 -- add file destination for convert command ( #1672 )
...
* add file destination flag for convert command, add tests
* add changes file
* remove leftover debugging code, add comment explaing why sorting was necessary
* update docs for fleetctl convert
* Update cmd/fleetctl/convert_test.go
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2021-08-13 20:42:58 -04:00
Zach Wasserman
c5280c0517
Add v4 suffix in go.mod ( #1224 )
2021-06-25 21:46:51 -07:00
Zach Wasserman
fb32f0cf40
Remove kolide types and packages from backend ( #974 )
...
Generally renamed `kolide` -> `fleet`
2021-06-06 15:07:29 -07:00
Zach Wasserman
4cfcb1b084
Upgrade fleetctl github.com/urfave/cli to v2 ( #471 )
...
This is intended to upgrade to the new API without changing fleetctl
functionality.
2021-03-12 16:42:38 -08:00
Zach Wasserman
22d9205d35
Add debug flag to fleetctl ( #266 )
...
This flag enables logging of HTTP requests and responses to stderr.
Closes #187
2021-02-02 18:55:16 -08:00
Mike Arpaia
af96e52a00
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
Brendan Shaklovitz
59ba129718
Consistent use of constants in fleetctl ( #2320 )
...
Refactor fleetctl get & apply to use constants for spec kinds
Closes #2283
2020-10-08 10:16:07 -07:00
Jordan R
1c6ab46e40
Properly convert intervals in fleetctl convert ( #1969 )
...
Fixes a bug in which unquoted integers end up as 0 after conversion.
2018-12-20 17:43:00 -08:00
Zachary Wasserman
a7dd64fb0b
Fix newline handling in fleetctl convert ( #1856 )
...
Previously we stripped all non-word characters which worked for some cases, but
removed necessary characters in others. What we really want (and now do) is to
remove only whitespace characters.
Fixes #1854
2018-06-28 12:02:46 -07:00
Zachary Wasserman
34a8b9ee53
Fix newline handling while converting osquery JSON ( #1831 )
...
Fixes #1828
2018-06-18 10:08:23 -07:00
Mike Arpaia
bd91095905
Fleet 2.0.0 Changlelog ( #1797 )
...
This PR adds a "New Features" and "Upgrade Plan" section to the pending 2.0.0 release notes.
close #1793
close #1794
2018-05-22 12:48:18 -06:00
Mike Arpaia
abab0d4691
Add fleetctl convert command for migrating packs to Fleet's format ( #1790 )
2018-05-21 10:26:22 -06:00