Update Chosen Stacksets
How to instruct Nucleator to update and locally install the Stacksets that you have specified to be part of your Nucleator installation.
Update Stacksets
This updates the Nucleator installation with any new Stacksets as specified in sources.yml
. This command may be run multiple times during the lifetime of the project.
Stacksets are localized on the Nucleator instance in ~/.nucleator/contrib
. To avoid inadvertent loss of local edits, Nucleator never deletes the contents of contrib
. Because the contents of contrib
will be updated from source repositories, whenever nucleator update
occurs, Nucleator moves the prior contrib
directory and its contents into a uniquely named child of ~/.nucleator/contrib.bak
Next: Preparing New AWS Accounts for use with Nucleator