mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
28 lines
402 B
Markdown
28 lines
402 B
Markdown
# `tfe-admin`
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Reveal the Initial Admin Creation Token.
|
|
tfe-admin retrieve-iact
|
|
|
|
# Execute a health check.
|
|
tfe-admin health-check
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Terraform Enterprise]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Knowledge base -->
|
|
[terraform enterprise]: terraform%20enterprise.md
|