Skip to content

Commit ad4e491

Browse files
committed
Add newline after meta object
1 parent d8bc1bb commit ad4e491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/cli/usage/headless.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const meta = {
22
title: `Headless mode for CI/CD`,
33
description: `Several commands in the Amplify CLI support arguments which could potentially be used in your CI/CD flows.`,
44
};
5+
56
Several commands in the Amplify CLI support arguments which could be used in a CI/CD workflow or other non-interactive shell. The CLI will work non-interactively if the required information is provided by an argument.
67

78
Arguments are used mostly for scripting so that the command execution flow is not interrupted by prompts. Examples for this can be found [here](https://github.com/aws-amplify/amplify-cli/tree/master/packages/amplify-cli/sample-headless-scripts)

0 commit comments

Comments
 (0)