Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Show how to use includes in .buckconfig#14

Merged
carljparker merged 2 commits into
masterfrom
carljparker/config-include-20181101
Nov 5, 2018
Merged

Show how to use includes in .buckconfig#14
carljparker merged 2 commits into
masterfrom
carljparker/config-include-20181101

Conversation

@carljparker
Copy link
Copy Markdown
Contributor

  • Configuration files can include other configuration files.
  • Included files can be specified using relative paths (recommended) or absolute paths from file system root.
  • The included files can comprise complete sections or just key/values from a single section. Recommend complete sections only as a best practice.
  • The question-mark prefix enables developers to include a file if it exists, but ignore inclusion directive otherwise.
  • Documentation at the following URL:
    https://buckbuild.com/files-and-dirs/buckconfig.html

Copy link
Copy Markdown

@zpao zpao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dog-science

@carljparker carljparker merged commit 3d714c0 into master Nov 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants