URL parameter for the devfile file name
When you visit a URL for starting a new workspace, Che searches the linked Git repository for a devfile with the file name .devfile.yaml
or devfile.yaml
. The devfile in the linked Git repository must follow this file-naming convention.
In some situations, you might need to specify a different, unconventional file name for the devfile.
The URL parameter for specifying an unconventional file name of the devfile is df=<filename>.yaml
:
https://<che_fqdn>#<git_repository_url>?df=<filename>.yaml (1)
1 | <filename>.yaml is an unconventional file name of the devfile in the linked Git repository. |
The df=<filename>.yaml parameter also has a long version: devfilePath=<filename>.yaml .
|