From be88cdda9201a6262af27d8788e222b5df98cc9c Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Fri, 14 May 2021 02:42:15 +0200 Subject: [PATCH] change login/logout to `log in`/`log out` (#5920) --- pages/common/aws-google-auth.md | 4 ++-- pages/common/balena.md | 2 +- pages/common/bosh.md | 2 +- pages/common/firebase.md | 2 +- pages/common/gcloud.md | 2 +- pages/common/gh-auth.md | 6 +++--- pages/common/gist.md | 2 +- pages/common/heroku.md | 2 +- pages/common/k6.md | 2 +- pages/common/lpass.md | 2 +- pages/common/molecule.md | 2 +- pages/common/netlify.md | 2 +- pages/common/oc.md | 2 +- pages/common/packtpub.md | 2 +- pages/common/pio-account.md | 4 ++-- pages/common/rtv.md | 2 +- pages/common/snyk.md | 2 +- pages/common/youtube-viewer.md | 2 +- pages/linux/login.md | 8 ++++---- pages/windows/azcopy.md | 2 +- 20 files changed, 27 insertions(+), 27 deletions(-) diff --git a/pages/common/aws-google-auth.md b/pages/common/aws-google-auth.md index 17698ad8e..0ba1471de 100644 --- a/pages/common/aws-google-auth.md +++ b/pages/common/aws-google-auth.md @@ -3,11 +3,11 @@ > Command line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider. > More information: . -- Login with Google SSO using the IDP and SP identifiers and set the credentials duration to one hour: +- Log in with Google SSO using the IDP and SP identifiers and set the credentials duration to one hour: `aws-google-auth -u {{example@example.com}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}}` -- Login [a]sking which role to use (in case of several available SAML roles): +- Log in [a]sking which role to use (in case of several available SAML roles): `aws-google-auth -u {{example@example.com}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}} -a` diff --git a/pages/common/balena.md b/pages/common/balena.md index 0a2bb9a1d..1c0e1f1ff 100644 --- a/pages/common/balena.md +++ b/pages/common/balena.md @@ -3,7 +3,7 @@ > Interact with the balenaCloud, openBalena and the balena API from the command line. > More information: . -- Login to the balenaCloud account: +- Log in to the balenaCloud account: `balena login` diff --git a/pages/common/bosh.md b/pages/common/bosh.md index 945c1fea6..23d706e71 100644 --- a/pages/common/bosh.md +++ b/pages/common/bosh.md @@ -11,7 +11,7 @@ `bosh environments` -- Login to the director: +- Log in to the director: `bosh login -e {{environment}} ` diff --git a/pages/common/firebase.md b/pages/common/firebase.md index ce9e7bc3d..d5b4d32f5 100644 --- a/pages/common/firebase.md +++ b/pages/common/firebase.md @@ -3,7 +3,7 @@ > Test, manage, and deploy Firebase projects from the command line. > More information: . -- Login to : +- Log in to : `firebase login` diff --git a/pages/common/gcloud.md b/pages/common/gcloud.md index 51421d472..250f9a4b2 100644 --- a/pages/common/gcloud.md +++ b/pages/common/gcloud.md @@ -7,7 +7,7 @@ `gcloud config list` -- Login to Google account: +- Log in to Google account: `gcloud auth login` diff --git a/pages/common/gh-auth.md b/pages/common/gh-auth.md index 50625760c..72e64222a 100644 --- a/pages/common/gh-auth.md +++ b/pages/common/gh-auth.md @@ -3,11 +3,11 @@ > Authenticate with a GitHub host from the command line. > More information: . -- Login with interactive prompt: +- Log in with interactive prompt: `gh auth login` -- Login with a token from standard input (created in https://github.com/settings/tokens): +- Log in with a token from standard input (created in https://github.com/settings/tokens): `echo {{your_token}} | gh auth login --with-token` @@ -19,7 +19,7 @@ `gh auth logout` -- Login with a specific GitHub Enterprise Server: +- Log in with a specific GitHub Enterprise Server: `gh auth login --hostname {{github.example.com}}` diff --git a/pages/common/gist.md b/pages/common/gist.md index dc5f84235..1d3b2e26e 100644 --- a/pages/common/gist.md +++ b/pages/common/gist.md @@ -3,7 +3,7 @@ > Upload code to https://gist.github.com. > More information: . -- Login in gist on this computer: +- Log in in gist on this computer: `gist --login` diff --git a/pages/common/heroku.md b/pages/common/heroku.md index e639c6317..d891ae2bd 100644 --- a/pages/common/heroku.md +++ b/pages/common/heroku.md @@ -3,7 +3,7 @@ > Create and manage Heroku apps from the command line. > More information: . -- Login to your heroku account: +- Log in to your heroku account: `heroku login` diff --git a/pages/common/k6.md b/pages/common/k6.md index f89959555..6a5900731 100644 --- a/pages/common/k6.md +++ b/pages/common/k6.md @@ -27,7 +27,7 @@ `k6 run --compatibility-mode=base {{script.js}}` -- Login to cloud service using secret token: +- Log in to cloud service using secret token: `k6 login cloud --token {{secret}}` diff --git a/pages/common/lpass.md b/pages/common/lpass.md index add25a872..5a23e6a2a 100644 --- a/pages/common/lpass.md +++ b/pages/common/lpass.md @@ -3,7 +3,7 @@ > Command line interface for the LastPass password manager. > More information: . -- Login to your LastPass account, by entering your master password when prompted: +- Log in to your LastPass account, by entering your master password when prompted: `lpass login {{username}}` diff --git a/pages/common/molecule.md b/pages/common/molecule.md index 1738398f0..6584829ae 100644 --- a/pages/common/molecule.md +++ b/pages/common/molecule.md @@ -19,6 +19,6 @@ `molecule converge` -- Login into the instance: +- Log in into the instance: `molecule login` diff --git a/pages/common/netlify.md b/pages/common/netlify.md index 3ce5215ad..01bcbad20 100644 --- a/pages/common/netlify.md +++ b/pages/common/netlify.md @@ -3,7 +3,7 @@ > Deploy sites and configure continuous deployment to the Netlify platform. > More information: . -- Login to the Netlify account: +- Log in to the Netlify account: `netlify login` diff --git a/pages/common/oc.md b/pages/common/oc.md index f789aa5ed..c3350b3b9 100644 --- a/pages/common/oc.md +++ b/pages/common/oc.md @@ -28,6 +28,6 @@ `oc get pods` -- Logout from the current session: +- Log out from the current session: `oc logout` diff --git a/pages/common/packtpub.md b/pages/common/packtpub.md index a900e6139..cc132d8f6 100644 --- a/pages/common/packtpub.md +++ b/pages/common/packtpub.md @@ -15,7 +15,7 @@ `packtpub login` -- Logout from packtpub.com: +- Log out from packtpub.com: `packtpub logout` diff --git a/pages/common/pio-account.md b/pages/common/pio-account.md index 80d738433..26b23b06a 100644 --- a/pages/common/pio-account.md +++ b/pages/common/pio-account.md @@ -11,11 +11,11 @@ `pio account destroy` -- Login to your PlatformIO account: +- Log in to your PlatformIO account: `pio account login --username {{username}} --password {{password}}` -- Logout of your PlatformIO account: +- Log out of your PlatformIO account: `pio account logout` diff --git a/pages/common/rtv.md b/pages/common/rtv.md index 821481151..181b5d90c 100644 --- a/pages/common/rtv.md +++ b/pages/common/rtv.md @@ -20,7 +20,7 @@ `o` -- Login: +- Log in: `u` diff --git a/pages/common/snyk.md b/pages/common/snyk.md index c8ab82db7..89392207f 100644 --- a/pages/common/snyk.md +++ b/pages/common/snyk.md @@ -3,7 +3,7 @@ > Find vulnerabilities in your code and remediate risks. > More information: . -- Login to your Snyk account: +- Log in to your Snyk account: `snyk auth` diff --git a/pages/common/youtube-viewer.md b/pages/common/youtube-viewer.md index 184e10cb1..7d4b01974 100644 --- a/pages/common/youtube-viewer.md +++ b/pages/common/youtube-viewer.md @@ -7,7 +7,7 @@ `youtube-viewer {{search_term}}` -- Login to your YouTube account: +- Log in to your YouTube account: `youtube-viewer --login` diff --git a/pages/linux/login.md b/pages/linux/login.md index d004e47b0..ff7699426 100644 --- a/pages/linux/login.md +++ b/pages/linux/login.md @@ -2,18 +2,18 @@ > Initiates a session for a user. -- Login as a user: +- Log in as a user: `login {{user}}` -- Login as user without authentication if user is preauthenticated: +- Log in as user without authentication if user is preauthenticated: `login -f {{user}}` -- Login as user and preserve environment: +- Log in as user and preserve environment: `login -p {{user}}` -- Login as a user on a remote host: +- Log in as a user on a remote host: `login -h {{host}} {{user}}` diff --git a/pages/windows/azcopy.md b/pages/windows/azcopy.md index e51b384b6..104d5595d 100644 --- a/pages/windows/azcopy.md +++ b/pages/windows/azcopy.md @@ -3,7 +3,7 @@ > A file transfer tool for uploading to Azure Cloud Storage Accounts. > More information: . -- Login to an Azure Tenant: +- Log in to an Azure Tenant: `azopy login`