mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
32 lines
557 B
Markdown
32 lines
557 B
Markdown
# Replicated
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Get Replicated's logs.
|
|
docker logs replicated
|
|
|
|
# Reveal Terraform Enterprise instances' Initial Admin Creation Token.
|
|
replicated admin --tty=0 retrieve-iact
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [replicatedctl]
|
|
- [Configuration file example]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Knowledge base -->
|
|
[replicatedctl]: replicatedctl.md
|
|
|
|
<!-- Files -->
|
|
[configuration file example]: ../examples/terraform%20enterprise/replicated.settings.json
|