realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Show logs of the AWS stack operation progress #104

Open avp1984 opened 10 months ago

avp1984 commented 10 months ago

Hi, Is there any cli parameter to enable the trace of the stackup process?

I am using the dockerised version and it is throwing the error "no credentials provided". Passing the role to switch in the cli and it is not being honoured. This issue starts two days back and the version we use is "1.4.6"

The command we used is

docker run --rm -v /builds/orchestrator /orchestrator/components/shared-infra:/cwd -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN -e AWS_REGION realestate/stackup:1.4.6 configStack up -t bootstrap/bootstrap.yml -p bootstrap/stack_params_dev.yml --tags bootstrap/tags.yml --with-role arn:aws:iam::0000000:role/ci-deployment --service-role-arn arn:aws:iam::0000000:role/ci-passed-role

Any help on enabling the trace is greatly appreciated.

mdub commented 10 months ago

Have you tried --debug?