diff --git a/pages/common/aws-google-auth.md b/pages/common/aws-google-auth.md index 17698ad8e9..0ba1471de0 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 0a2bb9a1dc..1c0e1f1fff 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 945c1fea67..23d706e71d 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 ce9e7bc3db..d5b4d32f5c 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 51421d4723..250f9a4b24 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 50625760cd..72e64222a9 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 dc5f842352..1d3b2e26e7 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 e639c63176..d891ae2bdd 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 f89959555f..6a5900731c 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 add25a872f..5a23e6a2a2 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 1738398f03..6584829ae3 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 3ce5215ada..01bcbad20b 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 f789aa5ed6..c3350b3b96 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 a900e61398..cc132d8f68 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 80d7384332..26b23b06a9 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 8214811519..181b5d90c5 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 c8ab82db71..89392207f7 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 184e10cb14..7d4b019740 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 d004e47b0b..ff76994261 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 e51b384b66..104d5595de 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`