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