Hi! After update fleetctl to 3.10.0 get carve stop...
# fleet
a
Hi! After update fleetctl to 3.10.0 get carve stopped working. When i back to 3.9.0 everything is ok. Result of command get carve with fleetctl 3.10.0 on the screen
n
Hi @Artem. What is the behavior you were expecting when running the
fleetctl get carve
command with 3.10.0?
a
@Noah TalermanI only see the screen as I wrote above and the file is not downloaded
n
Got it. I’ll see if I can reproduce this locally on 3.10.0. Did you go through the troubleshooting steps? They’re provided in the docs here: https://github.com/fleetdm/fleet/blob/master/docs/1-Using-Fleet/2-fleetctl-CLI.md#troubleshooting
👍 1
z
Ah, the issue is that we got a bit stricter about the ordering of flags vs. arguments in 3.10.0. Apologies that this was not clearly documented.
fleetctl get carve --outfile /tmp/11.tar 36
should work for you.
👍 1
a
@zwass It works, thanks!