Comment on page
Upload a StackPack file
StackState Self-hosted v5.0.x
This page describes StackState version 5.0.
The
.sts
file is a zip archive that contains the StackPack file structure. When all files are in place, archive your StackPack directory into a .zip
file and change its extension to .sts
.CLI: sts (new)
CLI: stac
sts stackpack upload --file <PATH_TO_FILE.sts>
⚠️ PLEASE NOTE - from StackState v5.0, the old
sts
CLI has been renamed to stac
and there is a new sts
CLI. The command(s) provided here are for use with the new sts
CLI.stac stackpack upload <PATH_TO_FILE.sts>
⚠️ PLEASE NOTE - from StackState v5.0, the old
sts
CLI is called stac
.In a future release of StackState, the new
sts
CLI will fully replace the stac
CLI. It is advised to install the new sts
CLI and upgrade any installed instance of the old sts
CLI to stac
. For details see:Last modified 1yr ago