Skip to content

Commit 031967f

Browse files
committed
Add offline parameter to the activate action
1 parent dfc34a9 commit 031967f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/src/tips-and-tricks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ The following example uses the `full` image. It all starts on the Internet-facin
7171

7272
1. Activate Exegol with [default](/wrapper/cli/activate#default-activation) or [unattended](/wrapper/cli/activate#unattended-activation) activation.
7373

74-
2. Install the image(s) with `exegol install "full"`
74+
2. Install the image(s) with `exegol install full`
7575

76-
3. Export the image to a tarball: `docker save "registry.exegol.com/exegol:full" --output "/path/to/image.tar"`
76+
3. Export the image to a tarball: `docker save registry.exegol.com/exegol:full --output "/path/to/image.tar"`
7777

7878
4. Transfer the file to the offline machine by any secure means.
7979

docs/src/wrapper/cli/activate.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ Once the license key is in place, the offline machine will be considered activat
5454
5555
## Options
5656

57-
| Option | Description |
58-
|-----------------|-----------------------------------------------------------------------------|
59-
| `--accept-eula` | Non-interactively accept the EULA |
60-
| `--api` | API key for unattended activation (or set `EXEGOL_API_KEY` env var) |
61-
| `--license-id` | License ID to activate (or set `EXEGOL_LICENSE_ID` env var) |
62-
| `--revoke` | Revoke your local Exegol license |
57+
| Option | Description |
58+
|-----------------|----------------------------------------------------------------------|
59+
| `--accept-eula` | Non-interactively accept the EULA |
60+
| `--offline` | Show the activation ID of the current machine for offline activation |
61+
| `--api` | API key for unattended activation (or set `EXEGOL_API_KEY` env var) |
62+
| `--license-id` | License ID to activate (or set `EXEGOL_LICENSE_ID` env var) |
63+
| `--revoke` | Revoke your local Exegol license |
6364

6465
## Command examples
6566

0 commit comments

Comments
 (0)