You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ newrelic-lambda functions list --filter installed
159
159
| Option | Required? | Description |
160
160
|--------|-----------|-------------|
161
161
|`--filter` or `-f`| No | Filter to be applied to list of functions. Options are `all`, `installed` and `not-installed`. Defaults to `all`. |
162
+
|`--output` or `-o`| No | Specify the desired output format. Supports `table` and `text`. Defaults to `table`. |
162
163
|`--aws-profile` or `-p`| No | The AWS profile to use for this command. Can also use `AWS_PROFILE`. Will also check `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables if not using AWS CLI. |
163
164
|`--aws-region` or `-r`| No | The AWS region to use for this command. Can use `AWS_DEFAULT_REGION` environment variable. Defaults to AWS session region. |
0 commit comments