v2.1.0 release
Changes in v2.1.0
Features
- Added allowing to define extra arguments to
exec
andlocal debug
commands which are the synonomous to kubectl exec command arguments. For exampletfo exec -c my-cluster -n default hello-tfo -- ls -lah
will executels -lah
as the entrypoint command. The--
is not required, but it lets the tfo binary to stop processing flags.