Wp redirection import (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp help redirection import

NAME

  wp redirection import

DESCRIPTION

  Import redirections from a JSON, CSV, or .htaccess file

SYNOPSIS

  wp redirection import <file> [--group=<groupid>] [--format=<importformat>]

OPTIONS

  <file>
    The name of the file to import.

  [--group=<groupid>]
    The group ID to import into. Defaults to the first available group. JSON
      contains it's own group

  [--format=<importformat>]
    The import format - csv, apache, or json. Defaults to json

EXAMPLES

See also