Skip to content

This repo contains cli tool a collection of useful cli command under linux deployment

Notifications You must be signed in to change notification settings

hendrikTpl/dxid-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dxid-tool

This repo contains cli tool a collection of useful cli command under linux deployment

.
├── cmd
│   └── dxid
│       ├── install.go
│       └── main.go
├── dist
├── go.mod
├── pkg
│   └── util
│       ├── os_check.go
│       └── docker_install.go
└── README.md

Installation

Prequisite

  • golang installed

Build from source:

  • clone the repo

  • build
go build -o dxid ./cmd/dxid
  • post built
sudo mv dxid /usr/local/bin/

How to use it

verify the version

dxid --version

support tools

dxid install --target docker

About

This repo contains cli tool a collection of useful cli command under linux deployment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages