newrelic-lambda integrations update
docs suggest --nr-account-id
and --nr-api-key
are optional, but they must be passed
#266
Labels
bug
Something isn't working
Description
The docs in the README for
newrelic-lambda integrations update
suggests that two arguments are optional: with the phrase "Only required if changing the account to which the logs are sent" and . They appear to be required in practice:newrelic-lambda-cli/README.md
Lines 148 to 149 in f472e28
Steps to Reproduce
newrelic-lambda integrations update
without any argsnewrelic-lambda integrations update --nr-account-id 0
Expected Behaviour
One of:
--nr-account-id unchanged
or somethingRelevant Logs / Console output
Error: Missing option '--nr-account-id' / '-a'.
--nr-account-id 0
only:Error: Missing option '--nr-api-key' / '-k'.
Your Environment
macOS
Additional context
N/A
The text was updated successfully, but these errors were encountered: