Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 964 Bytes

File metadata and controls

51 lines (38 loc) · 964 Bytes
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2023-01-01
Complete
Supports command line auto completion.
100

Supports command line auto completion.

complete options

Supports command line auto completion.

Usage: octo complete <command> [<options>]

Where <command> is the current command line to filter auto-completions.

Where [<options>] is any of:

Common options:

      --help                 [Optional] Print help for a command.
      --helpOutputFormat=VALUE
                             [Optional] Output format for help, valid options
                             are Default or Json

Basic example

This example displays supported commands that start with list:

octo complete list

This returns the following results:

list-deployments
list-environments
list-latestdeployments
list-machines
list-projects
list-releases
list-tenants
list-workerpools
list-workers