Skip to content

linuxeye/bypctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A powerful linux command control ByPanel for golang

Install

wget https://mirrors.linuxeye.com/bypanel/bypctl-linux-amd64 -O /usr/local/bin/bypctl
chmod +x /usr/local/bin/bypctl

Run dependency: /opt/bypanel

Install Recommend: curl https://raw.githubusercontent.com/linuxeye/bypanel/main/quick_install.sh | bash

Help

bypctl help
Using config file: /opt/bypanel/.env
bypanel deployment command management

Usage:
  bypctl [flags]
  bypctl [command]

Available Commands:
  config      Configuration of deployment parameters for bypanel
  down        Stop and remove containers, networks
  help        Help about any command
  logs        View output from containers
  mkcfg       Make web config
  ps          List containers
  pull        Pull service images
  reload      Reload Web service
  restart     Restart service containers
  start       Start services
  status      List containers
  stop        Stop services
  up          Create and start containers
  upgrade     Upgrade bypanel
  version     Show the bypanel version information

Flags:
  -c, --config string   config file (default is /opt/bypanel/.env)
  -h, --help            help for bypctl
  -l, --lang string     set language

Use "bypctl [command] --help" for more information about a command.

Download