From 6884154c0453487a47bd156503fed2f391491d83 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Fri, 10 Mar 2023 21:12:39 -0500 Subject: [PATCH] Update documentation and links. --- defaults.sh | 3 +++ deployment/help.txt | 13 +++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/defaults.sh b/defaults.sh index 2bf094e..267d3b6 100755 --- a/defaults.sh +++ b/defaults.sh @@ -100,4 +100,7 @@ export ROOT_DISK_SIZE_GB=20 export REGISTRY_URL="https://index.docker.io/v1/" export PRIMARY_DOMAIN= +# this is the git commit of the project/ sub git repo. +# used in the migration script to switch into past for backup +# then back to present (TARGET_PROJECT_GIT_COMMIT) for restore. export TARGET_PROJECT_GIT_COMMIT=df205cfabf3f2bee31561af1c8b6e036280829e6 diff --git a/deployment/help.txt b/deployment/help.txt index e90b390..4f12751 100644 --- a/deployment/help.txt +++ b/deployment/help.txt @@ -1,15 +1,12 @@ -Sovereign Stack Help. - You are in the Sovereign Stack management environment. From here, you can issue several commands: - ss-remote - Take a remote SSH endpoint under management of Sovereign Stack. - ss-deploy - Creates an deployment to your active LXD remote (lxc remote get-default). - ss-destroy - Destroys the active deployment (Warning: this action is DESTRUCTUVE of user data). - ss-migrate - migrates an existing deployment to the newest version of Sovereign Stack. + ss-remote - Take a remote SSH endpoint under management of Sovereign Stack. + ss-deploy - Creates a deployment to your active LXD remote. + ss-destroy - Destroys the active deployment (WARNING: destructive). + ss-update - brings an existing deployment up to the newest version of Sovereign Stack. ss-show - show the lxd resources associated with the current remote. For more infomation about all these topics, consult the Sovereign Stack website. Relevant posts include: - - https://www.sovereign-stack.org/commands - + - https://www.sovereign-stack.org/tag/instance-management/