@digital-ai/plugin-scaffolder-backend-module-digitalai-xlcli
Version:
xlcli custom action for @backstage/plugin-scaffolder-backend
12 lines (11 loc) • 344 B
TypeScript
export interface Config {
xlcli: {
/**
* Path to the xlcli binary.
* Note that when installing the custom actions, the latest version of xl-cli is always downloaded.
* But this config option allows to use a different binary if needed.
* @visibility backend
*/
binaryPath: string | undefined;
};
}