Install Errors
error: Ionic Cloud CLI is already installed at '/usr/local/bin/ionic-cloud'
This error can occur if you have several steps in your CI/CD that install the Ionic Cloud CLI. You should ensure that you only install the CLI one time.
error: your platform and architecture ... is unsupported.
The Ionic Cloud CLI supports the following architectures:
- macOS (Intel)
- macOS (Apple M1)
- Linux (32-bit)
- Linux (64-bit)
- Linux (64-bit ARM)
- Windows (32-bit)
- Windows (64-bit)
error: Ionic Cloud CLI version ... was not found.
This error can occur if you specify a version that is no longer available, or the version you specify is improperly formatted. The supported format is "X.X.X" to request an absolute version.