Skip to content

Migrate from Homebrew formula to cask installation

  1. Export your existing profiles. This will create a json file in your current directory.

    Terminal window
    stackit config profile export default
  2. If you have multiple profiles, then execute the export command for each of them. You can find your profiles via:

    Terminal window
    stackit config profile list
    stackit config profile export <profile-name>
  3. Uninstall the formula.

    Terminal window
    brew uninstall stackit
  4. Install the STACKIT CLI as cask.

    Terminal window
    brew install --cask stackit
  5. Check if your configs are still stored.

    Terminal window
    stackit config profile list
  6. In case the profiles are gone, import your profiles via:

    Terminal window
    $ stackit config profile import -c @default.json --name myProfile