# drone-secrets-convert **Repository Path**: liwen_test_sync_group/drone-secrets-convert ## Basic Information - **Project Name**: drone-secrets-convert - **Description**: Converts pre Drone 1.0.0-rc6 YAML file with secrets to the new format - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-11 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drone-secrets-convert Converts pre Drone 1.0.0-rc6 YAML file with secrets to the new format ```bash usage: convert.py [-h] [-c] file positional arguments: file path to file optional arguments: -h, --help show this help message and exit -c, --complete Return the complete YAML, not just the secrets ``` # Run via Docker ```bash $ docker pull viant/drone-secrets-convert:latest $ docker run -v .drone.yml:/drone.yaml viant/drone-secrets-convert:latest ``` Or ```bash $ docker run -v .drone.yml:/drone.yaml viant/drone-secrets-convert:latest convert -c ```