0.2.46 • Published 3 years ago

dev-2-ops v0.2.46

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

Dev-2-Ops Command line tool

I. Development 1. Command: dev

dev
  • Dev-2-Ops Command line tool introduction
  • Command list
  1. Command: dev git
dev git ignore <path_pattern>
  • Git ignore path pattern

3. Command: dev init

dev init
  • Init module workspace
  1. Command: dev pull
dev pull <git_url:branch>
  • Pull workspace from git
  1. Command: dev push
dev push <comment>
  • Push workspace to git
  • Equivalent to git commands:
  git add .
  git commit -m <comment>
  git push

6. Command: dev status

dev status
  • Validate workspace folder
  • Check workspace status
  1. Command: dev start
dev start
  • Start workspace
  • Run entrypoint.sh
  1. Command: dev npm uninstall
  dev npm uninstall
  • Remove all node_modules
  1. Command: dev docker build
dev docker build [--force]
  • Build .docker folder
  • Copy files: redis.conf, nginx.conf, entrypoint.sh, docker-compose.yml, .env to folder .docker
  1. Command: dev push
dev push <comment>
  • Push to git
  • Equivalent to:
  git add .
  git commit -m <comment>
  git push

II. Operations 1. Command: ops pull

ops pull <git_url:branch>
  1. Command: ops start
ops start [--auto_update]
  • Run entrypoint.sh file
  • Start docker: docker compose up --build -d
  • --auto_update: Whenever git change, the docker will automatically restart
  1. Command: ops stop
ops stop
  • Stop docker compose
  1. Command: ops push
ops push <comment>
  • Push change to git
  • Equivalent to git commands:
  git add .
  git commit -m <comment>
  git push
0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.41

3 years ago

0.2.40

3 years ago

0.2.46

3 years ago

0.2.45

3 years ago

0.2.44

3 years ago

0.2.43

3 years ago

0.2.42

3 years ago

0.2.39

3 years ago

0.2.30

3 years ago

0.2.38

3 years ago

0.2.37

3 years ago

0.2.36

3 years ago

0.2.35

3 years ago

0.2.34

3 years ago

0.2.33

3 years ago

0.2.32

3 years ago

0.2.31

3 years ago

0.2.29

3 years ago

0.2.28

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago