UpgradingΒΆ

Firstly, verify which version you have installed already:

servicecatalog-factory version

If this errors, check you have activated your virtualenv.

Then you are ready to install the version you want:

pip install aws-service-catalog-factory==<version>

If you want to upgrade to the latest you can run:

pip install --upgrade aws-service-catalog-factory

Once you have completed the upgrade you will have to bootstrap your install again:

servicecatalog-factory bootstrap

And finally, you can verify the upgrade has worked by running version again:

servicecatalog-factory version