name: Install werf CLI author: 'Flant' description: 'Install werf CLI' branding: color: blue icon: anchor inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' default: 'alpha' required: false version: description: 'The certain version' required: false verbose: description: 'The verbose output' default: '0' required: false runs: using: 'node20' main: 'index.js'