Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 3.19 KB

readme_en.md

File metadata and controls

66 lines (47 loc) · 3.19 KB

BSCP-GO

license lint Go Report Card Release Version PRs Welcome

中文文档

Overview

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

Features

  • Configuration file pull
  • Configuration file watch
  • Grayscale release
  • Multi-service support
  • Pre and post scripts

Quick Start

Install bscp cmd

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

Support

BlueKing Community

  • 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.

Contributing

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.

License

bscp-go is based on the MIT protocol. Please refer to LICENSE for details.