mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
35 lines
622 B
Markdown
35 lines
622 B
Markdown
# `tfe-admin`
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## 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]
|
|
|
|
## Sources
|
|
|
|
All the references in the [further readings] section, plus the following:
|
|
|
|
<!-- project's references -->
|
|
<!-- in-article references -->
|
|
[further readings]: #further-readings
|
|
|
|
<!-- internal references -->
|
|
[terraform enterprise]: terraform%20enterprise.md
|
|
|
|
<!-- external references -->
|