open-vault/website/source/docs/commands/policy/fmt.html.md

30 lines
748 B
Markdown
Raw Normal View History

2017-09-08 02:10:55 +00:00
---
layout: "docs"
page_title: "policy fmt - Command"
sidebar_title: "<code>fmt</code>"
2017-09-08 02:10:55 +00:00
sidebar_current: "docs-commands-policy-fmt"
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":
```text
$ vault policy fmt my-policy.hcl
```
## Usage
There are no flags beyond the [standard set of flags](/docs/commands/index.html)
included on all commands.