@badc0d3/piece-bash-runner
Version:
Run bash commands with NFS/SMB mounting support in Activepieces
16 lines • 757 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bashRunnerPieceMetadata = exports.bashRunnerAuth = void 0;
const pieces_framework_1 = require("@activepieces/pieces-framework");
const shared_1 = require("@activepieces/shared");
exports.bashRunnerAuth = pieces_framework_1.PieceAuth.None();
exports.bashRunnerPieceMetadata = {
displayName: 'Bash Command Runner',
description: 'Execute bash commands with support for mounting NFS/SMB drives',
minimumSupportedRelease: '0.20.0',
logoUrl: 'https://cdn.activepieces.com/pieces/bash-runner.png',
categories: [shared_1.PieceCategory.DEVELOPER_TOOLS],
authors: ['Your Name'],
auth: exports.bashRunnerAuth,
};
//# sourceMappingURL=piece-metadata.js.map