login - Cloud Foundry CLI Reference Guide


名稱

login - 將使用者登入

用法

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

別名

l

選項

-a

API 端點(例如 https://api.example.com)

-o

組織

-p

密碼

-s

空間

--skip-ssl-validation

跳過驗證 API 端點。不建議使用!

--sso

提示輸入一次性密碼以便登入

--sso-passcode

一次性密碼

-u

使用者名稱

--origin

Indicates the identity provider to be used for login

另請參閱

api, auth, target