Skip to content
Ivan Kristianto edited this page Jul 29, 2020 · 1 revision

Setup Config (Mandatory for first setup)

Setup default api token to config.

Command: cf config setup

List Config

List all configs you configured.

Command: cf config list

Options:

Options:
  --version         Show version number                                                                    [boolean]
  --disableSpinner  Disable spinner                                                       [boolean] [default: false]
  --verbose         Enable verbose messages                                               [boolean] [default: false]
  --help            Show help                                                                              [boolean]

Add New Token

You can add a new api token. The token name should be unique.

Command: cf config add

Delete Existing Token

You can delete an existing api token.

Command: cf config delete

Reset configuration file

You can delete everything and reset the configuration file.

Command: cf config reset