https://pulumi.com logo
s

sparse-student-54516

01/08/2022, 3:48 PM
Copy code
➜  devops-rancher-next git:(develop) ✗ pulumi login <s3://pulumi-testing?endpoint=s3.us-west-1.wasabisys.com/>\&disableSSL=true\&s3ForcePathStyle=true

Output => zsh: no matches found: <s3://pulumi-testing?endpoint=s3.us-west-1.wasabisys.com/&disableSSL=true&s3ForcePathStyle=true>
p

prehistoric-activity-61023

01/08/2022, 6:46 PM
try to run it as:
Copy code
pulumi login '<s3://pulumi-testing?endpoint=s3.us-west-1.wasabisys.com&disableSSL=true&s3ForcePathStyle=true>'
notice the single quotes around the URI (it’s a zsh error rather than pulumi)
s

sparse-student-54516

01/08/2022, 6:58 PM
ohh…thanks @prehistoric-activity-61023…let me try
It worked 👍
2 Views