# diagrid tokenbudget example

Print an example tokenbudget resource

### Description

Print an example tokenbudget resource.

The example is a valid, minimal tokenbudget you can edit and apply with
"diagrid apply -f \<file>". It is read from the spec embedded in the CLI, so no
project or login is needed. Use "diagrid tokenbudget schema" for the full field
reference.

```
diagrid tokenbudget example [flags]
```

### Examples

```

  # Print an example tokenbudget as YAML
  diagrid tokenbudget example

  # Bootstrap a new resource file from the example
  diagrid tokenbudget example > tokenbudget.yaml
```

### Options

```
  -h, --help            help for example
  -o, --output string   Output format, supported [yaml, json] (default "yaml")
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid tokenbudget](./tokenbudget.md)	 - Manage token budgets
