Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
opms-command
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
赵凯
opms-command
Commits
46bb613a
Commit
46bb613a
authored
Mar 21, 2024
by
赵凯
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- 自动识别集群部署模式,并进行自动部署
- 识别job指令,自动部署job服务
parent
1a2cbdfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+6
-1
No files found.
README.md
View file @
46bb613a
...
@@ -52,11 +52,16 @@ opms [环境别名:test|beta] [部署描述]
...
@@ -52,11 +52,16 @@ opms [环境别名:test|beta] [部署描述]
opms test "A需求"
opms test "A需求"
# 快捷部署
# 快捷部署
opms-test "A需求"
opms-test "A需求"
# 部署job服务
opms-test "A需求" -job
# 部署beta环境
# 部署beta环境
opms beta "B需求"
opms beta "B需求"
# 快捷部署
# 快捷部署
opms-beta "A需求"
opms-beta "B需求"
# 部署job服务
opms-beta "B需求" -job
```
```
### 部署效果
### 部署效果
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment