Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Introduction
  • Commands
    • acl
    • admin
    • app
    • app-template
    • blob
    • completion
    • config
    • disk
    • image
    • job
    • secret
    • service-account
    • shortcuts
    • storage
  • Topics
    • Custom command aliases
    • Format for column specification
    • Using secrets
    • Using the sharing functionality
    • Format for column specification
    • User configuration files
Powered by GitBook
On this page
  • Usage
  • generate
  • patch

Was this helpful?

  1. Commands

completion

Output shell completion code

Usage

apolo completion [OPTIONS] COMMAND [ARGS]...

Output shell completion code.

Commands:

Usage
Description

Show instructions for shell completion

Patch shell profile to enable completion

generate

Show instructions for shell completion

Usage

apolo completion generate [OPTIONS] {bash|zsh}

Show instructions for shell completion.

Options

Name
Description

--help

Show this message and exit.

patch

Patch shell profile to enable completion

Usage

apolo completion patch [OPTIONS] {bash|zsh}

Patch shell profile to enable completion

Patches shell configuration while depending of current shell. Files patched:

bash: ~/.bashrc zsh: ~/.zshrc

Options

Name
Description

--help

Show this message and exit.

PreviousblobNextconfig

Last updated 2 months ago

Was this helpful?

generate
patch