-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: disable | ||
title: swiftwave auto-update disable | ||
tags: | ||
- CLI | ||
- Auto Update | ||
sidebar_position: 2 | ||
--- | ||
|
||
Disable Swiftwave Auto Update Service. | ||
|
||
|
||
### Usage | ||
|
||
``` | ||
swiftwave auto-update disable | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
id: enable | ||
title: swiftwave auto-update enable | ||
tags: | ||
- CLI | ||
- Auto Update | ||
sidebar_position: 1 | ||
--- | ||
|
||
Enable Swiftwave Auto Update Service. | ||
|
||
:::note | ||
|
||
It will check for updates every 15 minutes to apply minor version updates and hotfixes to keep SwiftWave up to date and secured. | ||
|
||
::: | ||
|
||
### Usage | ||
|
||
``` | ||
swiftwave auto-update enable | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
id: auto-update | ||
title: swiftwave auto-update | ||
tags: | ||
- CLI | ||
- Auto Update | ||
sidebar_position: 11 | ||
--- | ||
|
||
Auto update is a feature that will automatically update Swiftwave to the latest minor version and apply hotfixes. | ||
|
||
### Check available commands | ||
- [**swiftwave auto-update enable**](./enable) | ||
- [**swiftwave auto-update disable**](./disable) |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
id: localregistry | ||
title: swiftwave localregistry | ||
tags: | ||
- CLI | ||
- Local Image Registry | ||
sidebar_position: 10 | ||
--- | ||
|
||
Manage local local image registry | ||
|
||
### Check available commands | ||
- [**swiftwave localregistry start**](./start) | ||
- [**swiftwave localregistry stop**](./stop) | ||
- [**swiftwave localregistry restart**](./restart) | ||
- [**swiftwave localregistry status**](./status) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
id: restart | ||
title: swiftwave localregistry restart | ||
tags: | ||
- CLI | ||
- Local Image Registry | ||
sidebar_position: 3 | ||
--- | ||
|
||
Restart local image registry | ||
|
||
### Usage | ||
|
||
``` | ||
swiftwave localregistry restart | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: start | ||
title: swiftwave localregistry start | ||
tags: | ||
- CLI | ||
- Local Image Registry | ||
sidebar_position: 1 | ||
--- | ||
|
||
|
||
Start local image registry | ||
|
||
### Usage | ||
|
||
``` | ||
swiftwave localregistry start | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
id: status | ||
title: swiftwave localregistry status | ||
tags: | ||
- CLI | ||
- Local Image Registry | ||
sidebar_position: 4 | ||
--- | ||
|
||
Check status of local image registry | ||
|
||
### Usage | ||
|
||
``` | ||
swiftwave localregistry status | ||
``` |