Deploy an App Using Client Credentials

Use the CLI to deploy an app using CD-as-a-Service machine to machine credentials.

Deploy your app using a Client ID and Client Secret

When you want to script a CLI deployment, you can pass your Client ID and Client Secret to the deploy command instead of separately logging into CD-as-a-Service using the CLI.

Before you begin

You have created machine to machine client credentials and have access to your Client ID and Client Secret values.

Deploy your app

armory deploy start  -c <your-client-id> -s <your-client-secret> -f <your-deploy.yaml>

Last modified July 28, 2023: (3f5e759)