Upload a StackPack file
StackState Self-hosted v5.1.x
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.
To upload the .sts file to StackState use the StackState CLI with the following command: `
sts stackpack upload --file <PATH_TO_FILE.sts>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>β οΈ From StackState v5.0, the old sts CLI is called stac. The old CLI is now deprecated.
The new sts CLI replaces the stac CLI. It's advised to install the new sts CLI and upgrade any installed instance of the old sts CLI to stac. For details see:
Last updated