⚠️ Envsync is currently in BETA. Let us know about any bugs by filing a GitHub issue!
This tool helps you back up and restore configuration from Okta developer accounts. It extends the Okta CLI Client to handle batch operations on all supported API endpoints which may have data to back up.
- use Terraformer for to capture configuration that you plan to manage in Terraform moving forward
- Consider using Okta's PowerShell Module or the Okta CLI Client
⚠️ Setup will change to using the official okta-cli-client when this PR lands
To set up the supported okta-cli-client
:
git clone [email protected]:edunham/okta-cli-client.git
cd okta-cli-client
git checkout file-handling
make install
See the okta-cli-client
README for setup help.
Follow the okta-cli-client
configuration instructions to set up access to your developer account.
Clone this repo and install the tool with make install
$ envsync backup
Please create an issue on this repo if you have feedback or feature requests!