mirror of https://github.com/status-im/consul.git
website: implement mktg 032 (#9953)
* website: migrate to new nav-data format * website: clean up unused intro content * website: remove deprecated sidebar_title from frontmatter * website: add react-content to fix global style import issue
This commit is contained in:
parent
ee2c1e93f7
commit
1a28cd9175
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: ACL Auth Methods - HTTP API
|
||||
sidebar_title: Auth Methods
|
||||
description: The /acl/auth-method endpoints manage Consul's ACL Auth Methods.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: ACL Binding Rules - HTTP API
|
||||
sidebar_title: Binding Rules
|
||||
description: The /acl/binding-rule endpoints manage Consul's ACL Binding Rules.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: ACLs - HTTP API
|
||||
sidebar_title: ACLs
|
||||
description: The /acl endpoints manage the Consul's ACL system.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Legacy ACLs - HTTP API
|
||||
sidebar_title: Legacy Tokens
|
||||
description: >-
|
||||
The /acl endpoints create, update, destroy, and query Legacy ACL tokens in
|
||||
Consul.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: ACL Policies - HTTP API
|
||||
sidebar_title: Policies
|
||||
description: The /acl/policy endpoints manage Consul's ACL policies.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: ACL Roles - HTTP API
|
||||
sidebar_title: Roles
|
||||
description: The /acl/role endpoints manage Consul's ACL Roles.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: ACL Tokens - HTTP API
|
||||
sidebar_title: Tokens
|
||||
description: The /acl/token endpoints manage Consul's ACL Tokens.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Check - Agent - HTTP API
|
||||
sidebar_title: Checks
|
||||
description: The /agent/check endpoints interact with checks on the local agent in Consul.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Connect - Agent - HTTP API
|
||||
sidebar_title: Connect
|
||||
description: >-
|
||||
The /agent/connect endpoints interact with Connect with agent-local
|
||||
operations.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Agent - HTTP API
|
||||
sidebar_title: Agent
|
||||
description: |-
|
||||
The /agent endpoints interact with the local Consul agent to register
|
||||
services, checks, list members, and more.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Service - Agent - HTTP API
|
||||
sidebar_title: Services
|
||||
description: |-
|
||||
The /agent/service endpoints interact with services on the local agent in
|
||||
Consul.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Catalog - HTTP API
|
||||
sidebar_title: Catalog
|
||||
description: |-
|
||||
The /catalog endpoints register and deregister nodes, services, and checks in
|
||||
Consul.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Config - HTTP API
|
||||
sidebar_title: Config
|
||||
description: |-
|
||||
The /config endpoints are for managing centralized configuration
|
||||
in Consul.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Certificate Authority - Connect - HTTP API
|
||||
sidebar_title: Certificate Authority (CA)
|
||||
description: |-
|
||||
The /connect/ca endpoints provide tools for interacting with Connect's
|
||||
Certificate Authority mechanism via Consul's HTTP API.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Connect - HTTP API
|
||||
sidebar_title: Connect
|
||||
description: >-
|
||||
The `/connect` endpoints provide access to Connect-related operations for
|
||||
intentions and the certificate authority.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Intentions - Connect - HTTP API
|
||||
sidebar_title: Intentions
|
||||
description: |-
|
||||
The /connect/intentions endpoint provide tools for managing intentions via
|
||||
Consul's HTTP API.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Coordinate - HTTP API
|
||||
sidebar_title: Coordinates
|
||||
description: |-
|
||||
The /coordinate endpoints query for the network coordinates for nodes in the
|
||||
local datacenter as well as Consul servers in the local datacenter and remote
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Discovery Chain - HTTP API
|
||||
sidebar_title: Discovery Chain
|
||||
description: The /discovery-chain endpoints are for interacting with the discovery chain.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Events - HTTP API
|
||||
sidebar_title: Events
|
||||
description: |-
|
||||
The /event endpoints fire new events and to query the available events in
|
||||
Consul.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Blocking Queries
|
||||
sidebar_title: Blocking Queries
|
||||
description: |-
|
||||
Many endpoints in Consul support a feature known as "blocking queries". A
|
||||
blocking query is used to wait for a potential change using long polling.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Agent Caching
|
||||
sidebar_title: Agent Caching
|
||||
description: |-
|
||||
Some read endpoints support agent caching. They are clearly marked in the
|
||||
documentation.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Consistency Modes
|
||||
sidebar_title: Consistency Modes
|
||||
description: >-
|
||||
Most of the read query endpoints support multiple levels of consistency. Since
|
||||
no policy will suit all clients' needs, these consistency modes allow the user
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Filtering
|
||||
sidebar_title: Filtering
|
||||
description: |-
|
||||
Consul exposes a RESTful HTTP API to control almost every aspect of the
|
||||
Consul agent.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Health - HTTP API
|
||||
sidebar_title: Health
|
||||
description: |-
|
||||
The /health endpoints query health-related information for services and checks
|
||||
in Consul.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: HTTP API
|
||||
sidebar_title: API Introduction
|
||||
description: |-
|
||||
Consul exposes a RESTful HTTP API to control almost every aspect of the
|
||||
Consul agent.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: KV Store - HTTP API
|
||||
sidebar_title: KV Store
|
||||
description: |-
|
||||
The /kv endpoints access Consul's simple key/value store, useful for storing
|
||||
service configuration or other metadata.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Libraries and SDKs - HTTP API
|
||||
sidebar_title: Libraries & SDKs
|
||||
description: |-
|
||||
There are many third-party libraries for interacting with Consul's HTTP API.
|
||||
This page lists the HashiCorp and community-maintained Consul HTTP API client
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Namespace - HTTP API
|
||||
sidebar_title: Namespaces
|
||||
description: The /namespace endpoints allow for managing Consul Enterprise Namespaces.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Network Areas - Operator - HTTP API
|
||||
sidebar_title: Area
|
||||
description: |-
|
||||
The /operator/area endpoints expose the network tomography information via
|
||||
Consul's HTTP API.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Autopilot - Operator - HTTP API
|
||||
sidebar_title: Autopilot
|
||||
description: |-
|
||||
The /operator/autopilot endpoints allow for automatic operator-friendly
|
||||
management of Consul servers including cleanup of dead servers, monitoring
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Operator - HTTP API
|
||||
sidebar_title: Operator
|
||||
description: |-
|
||||
The /operator endpoints provide cluster-level tools for Consul operators,
|
||||
such as interacting with the Raft subsystem.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Keyring - Operator - HTTP API
|
||||
sidebar_title: Keyring
|
||||
description: |-
|
||||
The /operator/keyring endpoints allow for management of the gossip encryption
|
||||
keyring.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: License - Operator - HTTP API
|
||||
sidebar_title: License
|
||||
description: |-
|
||||
The /operator/license endpoints allow for setting and retrieving the Consul
|
||||
Enterprise License.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Raft - Operator - HTTP API
|
||||
sidebar_title: Raft
|
||||
description: |-
|
||||
The /operator/raft endpoints provide tools for management of Raft the
|
||||
consensus subsystem and cluster quorum.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Network Segments - Operator - HTTP API
|
||||
sidebar_title: Segment
|
||||
description: |-
|
||||
The /operator/segment endpoint exposes the network segment information via
|
||||
Consul's HTTP API.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Prepared Queries - HTTP API
|
||||
sidebar_title: Prepared Queries
|
||||
description: The /query endpoints manage and execute prepared queries in Consul.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Session - HTTP API
|
||||
sidebar_title: Sessions
|
||||
description: 'The /session endpoints create, destroy, and query sessions in Consul.'
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Snapshot - HTTP API
|
||||
sidebar_title: Snapshots
|
||||
description: |-
|
||||
The /snapshot endpoints save and restore Consul's server state for disaster
|
||||
recovery.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Status - HTTP API
|
||||
sidebar_title: Status
|
||||
description: |-
|
||||
The /status endpoints return information about the status of the Consul
|
||||
cluster. This information is generally very low level and not often useful for
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Transaction - HTTP API
|
||||
sidebar_title: Transactions
|
||||
description: >-
|
||||
The /txn endpoint manages multiple operations in Consul, including catalog
|
||||
updates and fetches of multiple KV entries inside a single, atomic
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Auth Method Create'
|
||||
sidebar_title: create
|
||||
---
|
||||
|
||||
# Consul ACL Auth Method Create
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Auth Method Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul ACL Auth Method Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Auth Methods'
|
||||
sidebar_title: auth-method
|
||||
---
|
||||
|
||||
# Consul ACL Auth Methods
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Auth Method List'
|
||||
sidebar_title: list
|
||||
---
|
||||
|
||||
# Consul ACL Auth Method List
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Auth Method Read'
|
||||
sidebar_title: read
|
||||
---
|
||||
|
||||
# Consul ACL Auth Method Read
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Auth Method Update'
|
||||
sidebar_title: update
|
||||
---
|
||||
|
||||
# Consul ACL Auth Method Update
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Binding Rule Create'
|
||||
sidebar_title: create
|
||||
---
|
||||
|
||||
# Consul ACL Binding Rule Create
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Binding Rule Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul ACL Binding Rule Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Binding Rule'
|
||||
sidebar_title: binding-rule
|
||||
---
|
||||
|
||||
# Consul ACL Binding Rules
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Binding Rule List'
|
||||
sidebar_title: list
|
||||
---
|
||||
|
||||
# Consul ACL Binding Rule List
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Binding Rule Read'
|
||||
sidebar_title: read
|
||||
---
|
||||
|
||||
# Consul ACL Binding Rule Read
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Binding Rule Update'
|
||||
sidebar_title: update
|
||||
---
|
||||
|
||||
# Consul ACL Binding Rule Update
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Bootstrap'
|
||||
sidebar_title: bootstrap
|
||||
---
|
||||
|
||||
# Consul ACL Bootstrap
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL'
|
||||
sidebar_title: acl
|
||||
---
|
||||
|
||||
# Consul ACLs
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Policy Create'
|
||||
sidebar_title: create
|
||||
---
|
||||
|
||||
# Consul ACL Policy Create
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Policy Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul ACL Policy Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Policy'
|
||||
sidebar_title: policy
|
||||
---
|
||||
|
||||
# Consul ACL Policies
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Policy List'
|
||||
sidebar_title: list
|
||||
---
|
||||
|
||||
# Consul ACL Policy List
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Policy Read'
|
||||
sidebar_title: read
|
||||
---
|
||||
|
||||
# Consul ACL Policy Read
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Policy Update'
|
||||
sidebar_title: update
|
||||
---
|
||||
|
||||
# Consul ACL Policy Update
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Role Create'
|
||||
sidebar_title: create
|
||||
---
|
||||
|
||||
# Consul ACL Role Create
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Role Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul ACL Role Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Role'
|
||||
sidebar_title: role
|
||||
---
|
||||
|
||||
# Consul ACL Roles
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Role List'
|
||||
sidebar_title: list
|
||||
---
|
||||
|
||||
# Consul ACL Role List
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Role Read'
|
||||
sidebar_title: read
|
||||
---
|
||||
|
||||
# Consul ACL Role Read
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Role Update'
|
||||
sidebar_title: update
|
||||
---
|
||||
|
||||
# Consul ACL Role Update
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Set Agent Token'
|
||||
sidebar_title: set-agent-token
|
||||
---
|
||||
|
||||
# Consul ACL Set Agent Token
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token Clone'
|
||||
sidebar_title: clone
|
||||
---
|
||||
|
||||
# Consul ACL Token Clone
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token Create'
|
||||
sidebar_title: create
|
||||
---
|
||||
|
||||
# Consul ACL Token Create
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul ACL Token Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token'
|
||||
sidebar_title: token
|
||||
---
|
||||
|
||||
# Consul ACL Tokens
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token List'
|
||||
sidebar_title: list
|
||||
---
|
||||
|
||||
# Consul ACL Token List
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token Read'
|
||||
sidebar_title: read
|
||||
---
|
||||
|
||||
# Consul ACL Token Read
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Token Update'
|
||||
sidebar_title: update
|
||||
---
|
||||
|
||||
# Consul ACL Token Update
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: ACL Translate Rules'
|
||||
sidebar_title: translate-rules
|
||||
---
|
||||
|
||||
-> **Deprecated:** This command exists only as a convenience to make legacy ACL migration easier.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Agent'
|
||||
sidebar_title: agent
|
||||
description: >-
|
||||
The `consul agent` command is the heart of Consul: it runs the agent that
|
||||
performs the important task of maintaining membership information, running
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Catalog List Datacenters'
|
||||
sidebar_title: datacenters
|
||||
---
|
||||
|
||||
# Consul Catalog List Datacenters
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Catalog'
|
||||
sidebar_title: catalog
|
||||
---
|
||||
|
||||
# Consul Catalog
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Catalog List Nodes'
|
||||
sidebar_title: nodes
|
||||
---
|
||||
|
||||
# Consul Catalog List Nodes
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Catalog List Services'
|
||||
sidebar_title: services
|
||||
---
|
||||
|
||||
# Consul Catalog List Services
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Config Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul Config Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Config'
|
||||
sidebar_title: config
|
||||
---
|
||||
|
||||
# Consul Config
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Config List'
|
||||
sidebar_title: list
|
||||
---
|
||||
|
||||
# Consul Config List
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Config Read'
|
||||
sidebar_title: read
|
||||
---
|
||||
|
||||
# Consul Config Read
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Config Write'
|
||||
sidebar_title: write
|
||||
---
|
||||
|
||||
# Consul Config Write
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Connect CA'
|
||||
sidebar_title: ca
|
||||
description: >
|
||||
The connect CA subcommand is used to view and modify the Connect Certificate
|
||||
Authority (CA) configuration.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Connect Proxy'
|
||||
sidebar_title: envoy
|
||||
description: The connect proxy subcommand is used to run the Envoy proxy for Connect.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Connect Expose'
|
||||
sidebar_title: expose
|
||||
description: >
|
||||
The connect expose subcommand is used to expose a Connect-enabled service
|
||||
through an Ingress gateway by modifying the gateway's configuration and adding
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Connect'
|
||||
sidebar_title: connect
|
||||
---
|
||||
|
||||
# Consul Connect
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Connect Proxy'
|
||||
sidebar_title: proxy
|
||||
description: >
|
||||
The connect proxy subcommand is used to run the built-in mTLS proxy for
|
||||
Connect.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Debug'
|
||||
sidebar_title: debug
|
||||
---
|
||||
|
||||
# Consul Debug
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Event'
|
||||
sidebar_title: event
|
||||
description: >-
|
||||
The event command provides a mechanism to fire a custom user event to an
|
||||
entire datacenter. These events are opaque to Consul, but they can be used to
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Exec'
|
||||
sidebar_title: exec
|
||||
description: >-
|
||||
The exec command provides a mechanism for remote execution. For example, this
|
||||
can be used to run the `uptime` command across all machines providing the
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Force Leave'
|
||||
sidebar_title: force-leave
|
||||
description: >-
|
||||
The `force-leave` command forces a member of a Consul cluster to enter the
|
||||
left state. If the member is still actually alive, it will eventually rejoin
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: Commands
|
||||
sidebar_title: Commands (CLI)
|
||||
description: >-
|
||||
Consul is controlled via a very easy to use command-line interface (CLI).
|
||||
Consul is only a single command-line application: `consul`. This application
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Info'
|
||||
sidebar_title: info
|
||||
description: >-
|
||||
The `info` command provides various debugging information that can be useful
|
||||
to operators. Depending on if the agent is a client or server, information
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Intention Check'
|
||||
sidebar_title: check
|
||||
---
|
||||
|
||||
# Consul Intention Check
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Intention Create'
|
||||
sidebar_title: create
|
||||
---
|
||||
|
||||
# Consul Intention Create
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Intention Delete'
|
||||
sidebar_title: delete
|
||||
---
|
||||
|
||||
# Consul Intention Delete
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: commands
|
||||
page_title: 'Commands: Intention Get'
|
||||
sidebar_title: get
|
||||
---
|
||||
|
||||
# Consul Intention Get
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue