environment_export_published_external_libraries
Export published external libraries into an environment.yml file and write it to a specified path, making dependencies portable for environment replication and management.
Instructions
Export the published external libraries as an environment.yml file. Writes the yaml to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The workspace ID | |
| environmentId | Yes | The environment ID | |
| outputFilePath | Yes | File path where the environment.yml content will be written |