Pachctl Auto-completion

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

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.