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