diff --git a/pages/common/pulumi-login.md b/pages/common/pulumi-login.md new file mode 100644 index 000000000..d67b26cbe --- /dev/null +++ b/pages/common/pulumi-login.md @@ -0,0 +1,16 @@ +# pulumi login + +> Log in to the Pulumi cloud. +> More information: . + +- Log in to the managed Pulumi Cloud backend, defaults to `app.pulumi.cloud`: + +`pulumi login` + +- Log in to a self-hosted Pulumi Cloud backend on a specified URL: + +`pulumi login {{url}}` + +- Use Pulumi locally, independent of a Pulumi Cloud: + +`pulumi login {{-l|--local}}`