HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/wp-cli/entity-command/features/network-meta.feature
Feature: Manage network-wide custom fields.

  Scenario: Non-multisite
    Given a WP install

    When I run `wp network-meta`
    Then STDOUT should contain:
      """
      usage: wp network meta
      """

    When I try `wp network-meta get 1 site_admins`
    Then STDOUT should be empty
    And STDERR should contain:
      """
      This is not a multisite install
      """
    And the return code should be 1