Merge pull request #11389 from hashicorp/cli-intentions-docs
docs: added deprecation message to CLI command intentions overview page
This commit is contained in:
commit
9e8e5e407e
|
@ -17,6 +17,12 @@ Intentions are managed primarily via
|
|||
entries after Consul 1.9. Intentions may also be managed via the [HTTP
|
||||
API](/api/connect/intentions).
|
||||
|
||||
~> **Deprecated** - This command is deprecated in Consul 1.9.0 in favor of
|
||||
using the [config entry CLI command](/commands/config/write). To create an
|
||||
intention, create or modify a
|
||||
[`service-intentions`](/docs/connect/config-entries/service-intentions) config
|
||||
entry for the destination.
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `consul intention <subcommand>`
|
||||
|
|
Loading…
Reference in New Issue