1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:15:23 +02:00

change login/logout to log in/log out (#5920)

This commit is contained in:
marchersimon 2021-05-14 02:42:15 +02:00 committed by GitHub
parent 40e478add9
commit be88cdda92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 27 additions and 27 deletions

View file

@ -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: <https://github.com/cevoaustralia/aws-google-auth>.
- 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`

View file

@ -3,7 +3,7 @@
> Interact with the balenaCloud, openBalena and the balena API from the command line.
> More information: <https://www.balena.io/docs/reference/cli/>.
- Login to the balenaCloud account:
- Log in to the balenaCloud account:
`balena login`

View file

@ -11,7 +11,7 @@
`bosh environments`
- Login to the director:
- Log in to the director:
`bosh login -e {{environment}} `

View file

@ -3,7 +3,7 @@
> Test, manage, and deploy Firebase projects from the command line.
> More information: <https://github.com/firebase/firebase-tools>.
- Login to <https://console.firebase.google.com>:
- Log in to <https://console.firebase.google.com>:
`firebase login`

View file

@ -7,7 +7,7 @@
`gcloud config list`
- Login to Google account:
- Log in to Google account:
`gcloud auth login`

View file

@ -3,11 +3,11 @@
> Authenticate with a GitHub host from the command line.
> More information: <https://cli.github.com/manual/gh_auth>.
- 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}}`

View file

@ -3,7 +3,7 @@
> Upload code to https://gist.github.com.
> More information: <https://github.com/defunkt/gist>.
- Login in gist on this computer:
- Log in in gist on this computer:
`gist --login`

View file

@ -3,7 +3,7 @@
> Create and manage Heroku apps from the command line.
> More information: <https://www.heroku.com/>.
- Login to your heroku account:
- Log in to your heroku account:
`heroku login`

View file

@ -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}}`

View file

@ -3,7 +3,7 @@
> Command line interface for the LastPass password manager.
> More information: <https://github.com/lastpass/lastpass-cli>.
- 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}}`

View file

@ -19,6 +19,6 @@
`molecule converge`
- Login into the instance:
- Log in into the instance:
`molecule login`

View file

@ -3,7 +3,7 @@
> Deploy sites and configure continuous deployment to the Netlify platform.
> More information: <https://www.netlify.com/docs/cli/>.
- Login to the Netlify account:
- Log in to the Netlify account:
`netlify login`

View file

@ -28,6 +28,6 @@
`oc get pods`
- Logout from the current session:
- Log out from the current session:
`oc logout`

View file

@ -15,7 +15,7 @@
`packtpub login`
- Logout from packtpub.com:
- Log out from packtpub.com:
`packtpub logout`

View file

@ -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`

View file

@ -20,7 +20,7 @@
`o`
- Login:
- Log in:
`u`

View file

@ -3,7 +3,7 @@
> Find vulnerabilities in your code and remediate risks.
> More information: <https://snyk.io>.
- Login to your Snyk account:
- Log in to your Snyk account:
`snyk auth`

View file

@ -7,7 +7,7 @@
`youtube-viewer {{search_term}}`
- Login to your YouTube account:
- Log in to your YouTube account:
`youtube-viewer --login`

View file

@ -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}}`

View file

@ -3,7 +3,7 @@
> A file transfer tool for uploading to Azure Cloud Storage Accounts.
> More information: <https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10>.
- Login to an Azure Tenant:
- Log in to an Azure Tenant:
`azopy login`