You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/librarian`| Mount (Read/Write) | Contains `configure-request.json`. The container must process this and write back `configure-response.json`. |
76
-
|`/input`| Mount (Read/Write) | The contents of the `.librarian/generator-input` directory. The container can add new language-specific configuration here. |
77
-
|`/repo`| Mount (Read) | Contains only the files specified in the `global_files_allowlist` from `config.yaml`. |
78
-
|`/source`| Mount (Read). | Contains the complete contents of the API definition repository (e.g., [googleapis/googleapis](https://github.com/googleapis/googleapis)). |
79
-
|`/output`| Mount (Read/Write) | An output directory for writing any global file edits allowed by `global_files_allowlist`.|
80
-
|`command`| Positional Argument | The value will always be `configure`. |
81
-
| flags | Flags | Flags indicating the locations of the mounts: `--librarian`, `--input`, `--source`, `--repo`, `--output`|
|`/librarian`| Mount (Read/Write) | Contains `configure-request.json`. The container must process this and write back `configure-response.json`. |
76
+
|`/input`| Mount (Read/Write) | The contents of the `.librarian/generator-input` directory. The container can add new language-specific configuration here. |
77
+
|`/repo`| Mount (Read) | Contains all of the files are specified in the libraries source_roots , if any already exist, as well as the files specified in the global_files_allowlist from `config.yaml`.|
78
+
|`/source`| Mount (Read). | Contains the complete contents of the API definition repository (e.g., [googleapis/googleapis](https://github.com/googleapis/googleapis)). |
79
+
|`/output`| Mount (Read/Write) | An output directory for writing any global file edits allowed by `global_files_allowlist`.<br/>Additionally, the container can write arbitrary files as long as they are contained within the library’s source_roots specified in the container's response message.|
80
+
|`command`| Positional Argument | The value will always be `configure`. |
81
+
| flags | Flags | Flags indicating the locations of the mounts: `--librarian`, `--input`, `--source`, `--repo`, `--output`|
0 commit comments