• Headless WP Podcast
  • Headless Plugins
  • Search
  • Try Atlas

Atlas Platform

  • Overview
  • Getting Started
    • Overview
    • 1. Prerequisites
    • 2. Create App
    • 3. Choose a Blueprint or Repo
    • 4. Deploy from Blueprint
    • 5. Deploy from Existing Repo
  • Developing Apps Locally
    • Overview
    • 1. Prerequisites
    • 2. Frontend App Configuration
    • 3. WordPress Site Configuration
  • Customization
    • Cache-Control Headers
    • Configuring Atlas Builds
  • Framework Guides
    • Astro
    • Faust.js
    • Gatsby
    • Next.js
    • Nuxt.js
    • Remix
    • Qwik
  • Additional Guides
    • Domain Mapping
    • Post and Page Previews
    • Troubleshooting Builds
    • Preview Environments
    • Redeploy Previous Version
    • Password Protection
    • Support
  • CLI Reference
    • wpe
    • wpe apps
      • create
      • delete
      • get
      • init
      • list
      • rebuild
      • update
    • wpe auth
      • login
      • logout
    • wpe builds
      • get
      • list
    • wpe context
      • get
      • set
    • wpe envs
      • delete
      • purge
      • rebuild
    • wpe logs
      • get
    • wpe completion
      • bash
      • zsh
  • Non-CLI Reference
    • zip-upload
    • create app

wpe completion zsh

Description

Print terminal completions for zsh.

Usage

$ wpe completion zsh [OPTIONS]

Extended Description

The wpe completion zsh command will print tab completion configuration for zsh. If shell completion is not already enabled in your environment you will need to enable it by running the following command:

$ echo "autoload -U compinit; compinit" >> ~/.zshrc

To load completions for each session run the following command once:

$ wpe completion zsh > "${fpath[1]}/_wpe"

Options

--help, -h Help for zsh