login - Cloud Foundry CLI Reference Guide


NAME

login - Benutzer anmelden

VERWENDUNG

cf login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE] [--origin ORIGIN]

WARNING

Providing your password as a command line option is highly discouraged Your password may be visible to others and may be recorded in your shell history

EXAMPLES

cf login (omit username and password to login interactively -- cf will prompt for both) cf login -u name@example.com -p pa55woRD (specify username and password as arguments) cf login -u name@example.com -p "my password" (use quotes for passwords with a space) cf login -u name@example.com -p "\"password\"" (escape quotes if used in password) cf login --sso (cf will provide a url to obtain a one-time passcode to login) cf login --origin ldap

ALIAS

l

Optionen

-a

API-Endpunkt (z.B. https://api.example.com)

-o

Organisation

-p

Kennwort

-s

Bereich

--skip-ssl-validation

Verifizierung des API-Endpunkts überspringen. Nicht empfehlenswert!

--sso

Eingabeaufforderung eines einmaligen Kenncodes für die Anmeldung

--sso-passcode

Einmaliger Kenncode

-u

Benutzername

--origin

Indicates the identity provider to be used for login

SIEHE AUCH

api, auth, target