Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 821 Bytes

File metadata and controls

34 lines (22 loc) · 821 Bytes

Plankton CLI Reference

workspace

  • Optional
  • Default: workspace=.

Note: When running Plankton from within a container, the workspace path is related to the container file system, not to the host file system. Be aware of this when mapping paths between them.

file

  • Optional
  • Default: file=plankton.yaml

Note: When running Plankton from within a container, the file path is related to the container file system, not to the host file system. Be aware of this when mapping paths between them.

spring.main.web-application-type

To disable the web interface, set it to none:

  • spring.main.web-application-type=none