```➜ devops-rancher-next git:(develop) ✗ pulumi l...
# general
s
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
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
ohh…thanks @prehistoric-activity-61023…let me try
It worked 👍