sts graph export > configuration.stj
. Follow the preparation steps below to prepare the .stj
file, such that it contains only configuration nodes pertaining to your StackPack.sts graph export --namespace <namespace> > configuration.stj
..stj
file contains a number of configuration nodes. Each of the configuration nodes represents a configuration item in StackState, for example Layer, Domain and Environment. This file contains all of the configuration of your StackState instance, which means you have to take out configuration nodes that are unnecessary for your StackPack. Take the steps below to prepare your template file:ownedBy
.Custom Synchronization
StackPack, will have their urn identifier
field with the following structure: urn:stackpack:autosync:{type_name}:{object_name}
.identifier
pattern that you can find across our StackPacks configuration is: urn:stackpack:{stackpack_name}:{type_name}:{object_name}
urn:stackpack:{stackpack_name}:instance:{{instanceId}}:{type_name}:{object_name}
where {{instanceId}}
is uniquely generated for every instance of the StackPack.