0388c817e4
* created v2.5 branch * updates for CLI 2.5 * upd version * v2.5 updates * ported tokens formatting fixes to 2.5 * updated create token doc * added links to delete bucket info (#4601) * update influx cli 2.5 release notes * OSS 2.5 release notes (#4608) * created first iteration * added security update * made updates * added security update * added new bug fixes * minor edit * Locate config file (#4594) * added additional info on config file location * added additional info to 2.4 * Update content/influxdb/v2.4/reference/cli/influx/config/create.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2.4/reference/cli/influx/config/create.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2.4/reference/cli/influx/config/create.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2.5/reference/cli/influx/config/create.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2.5/reference/cli/influx/config/create.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2.5/reference/cli/influx/config/create.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * upd release date minor edits Co-authored-by: Kelly <kelly@influxdata.com> Co-authored-by: Scott Anderson <scott@influxdata.com> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> |
||
---|---|---|
.. | ||
README.md | ||
ci-install-s3deploy.sh | ||
docs-website.yml | ||
edge.js |
README.md
Deploying the InfluxData Docs
Use the following command to deploy a CloudFormation stack using the template in this directory.
aws cloudformation deploy \
--template-file deploy/docs-website.yml \
--stack-name="${STACK_NAME}" \
--capabilities CAPABILITY_IAM \
--parameter-overrides \
AcmCertificateArn="${ACM_ARN}" \
DomainName="${DOMAIN_NAME}"
To only display actions that will be taken, in the --no-execute-changeset
option.
Without this option, the command executes and deploys the changeset.