open-vault/website/content/docs/commands/policy/fmt.mdx

28 lines
664 B
Plaintext
Raw Normal View History

2017-09-08 02:10:55 +00:00
---
layout: docs
page_title: policy fmt - Command
2017-09-08 02:10:55 +00:00
description: |-
The "policy fmt" formats a local policy file to the policy specification. This
command will overwrite the file at the given PATH with the properly-formatted
policy file contents.
---
# policy fmt
The `policy fmt` formats a local policy file to the policy specification. This
command will overwrite the file at the given PATH with the properly-formatted
policy file contents.
## Examples
Format the local file "my-policy.hcl":
```shell-session
2017-09-08 02:10:55 +00:00
$ vault policy fmt my-policy.hcl
```
## Usage
There are no flags beyond the [standard set of flags](/docs/commands)
2017-09-08 02:10:55 +00:00
included on all commands.