bscp-go is an official command-line tool provided by BlueKing Basic Configuration Platform (BK-BSCP) for quick access to KV SDK, configuration hot update, and execution of pre- and post-scripts
- Configuration file pull
- Configuration file watch
- Grayscale release
- Multi-service support
- Pre and post scripts
Method 1, with golang environment, you can install it directly
go install github.com/TencentBlueKing/bscp-go/cmd/bscp@latest
bscp version
Method 2, install the compiled binary, support linux/mac/windows, take linux as an example
wget https://github.com/TencentBlueKing/bscp-go/releases/download/v1.0.5/bscp-v1.0.5-linux-amd64.tar.gz
tar -xf bscp-v1.0.5-linux-amd64.tar.gz
cp bscp /usr/local/bin/
bscp version
- bk forum
- bk DevOps online video tutorial(In Chinese)
- Contact us, technical exchange QQ group:
- BK-CI:a continuous integration and continuous delivery system that can easily present your R & D process to you.
- BK-BCS:a basic container service platform which provides orchestration and management for micro-service business.
- BK-BCS-SaaS:a SaaS provides users with highly scalable, flexible and easy-to-use container products and services.
- BK-PaaS:an development platform that allows developers to create, develop, deploy and manage SaaS applications easily and quickly.
- BK-SOPS:an lightweight scheduling SaaS for task flow scheduling and execution through a visual graphical interface.
- BK-CMDB:an enterprise-level configuration management platform for assets and applications.
If you have good ideas or suggestions, please let us know by Issues or Pull Requests and contribute to the Blue Whale Open Source Community.
bscp-go is based on the MIT protocol. Please refer to LICENSE for details.