Run Commands

Pachctl Auto-completion

Learn how to install our auto-completion helper tool (it's great for learning PachCTL commands).

Pachyderm auto-completion allows you to automatically finish partially typed commands by pressing TAB.

Before You Start #

  • You must already have PachCTL installed

How to Install Auto-Completion #

Command Shell:

Testing #

You can perform the following tests to verify that pachctl autocompletion is working:

  1. Open a new terminal.

  2. Input the following:

    pachctl v
  3. Hit TAB. You should see the following output:

validate  -- Validate the specification of a Pachyderm resource.
version   -- Print Pachyderm version information.