Skip to content

v2.1.0 release

Compare
Choose a tag to compare
@isaaguilar isaaguilar released this 27 Sep 18:16
· 3 commits to master since this release

Changes in v2.1.0

Features

  • Added allowing to define extra arguments to exec and local debug commands which are the synonomous to kubectl exec command arguments. For example tfo exec -c my-cluster -n default hello-tfo -- ls -lah will execute ls -lah as the entrypoint command. The -- is not required, but it lets the tfo binary to stop processing flags.