Git Product home page Git Product logo

nacosctl's Introduction

nacosctl

Nacos 命令行工具,基于 Nacos OpenApi 封装的命令行工具。提供一些对配置、服务注册与发现、命名空间等命令操作 。借助 go 语言的跨平台交叉编译,将编译好的二进制文件直接放到指定系统下就可以直接运行, 无需环境部署。

构建安装

源码安装

github 将源码 clone 到本地, 编译源码适用于想自定义命令时候,可以拿到源码二次开发后重新构建。

git clone https://github.com/li-xiao-shuang/nacosctl.git

使用 go build nacosctl.go 编译项目 。

将编译好的 nacosctl 可执行二进制文件放到 /usr/local/bin 的目录下,就可以使用了。

二进制安装

直接下载编译好的二进制文件 nacosctl ,然后将它放到 /usr/local/bin 目录下。

Homebrew 安装

执行命令:

brew tap li-xiao-shuang/nacosctl
brew install nacosctl

指南

命令指南

nacosctl's People

Contributors

li-xiao-shuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nacosctl's Issues

命令行工具功能列表

基本命令

  • 配置增删改查
  • 服务增删改查
  • 命名空间增删改查
  • 用户增删改查

登录鉴权

  • 添加用户名密码
  • 修改用户名密码

配置文件

  • 添加、修改命令行配置文件
  • 切换命名空间

运维能力

  • 自动部署单机版nacos
  • 命令行可视化监控
  • 集群列表操作、上下线

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.