Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P proj356 Dev-Env-Deploy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 空格斜杠全角
  • proj356 Dev-Env-Deploy
  • Wiki
  • Deploy cli
  • manual

manual · Changes

Page history
Create deploy cli/manual authored Jul 31, 2024 by 刁翔宇's avatar 刁翔宇
Hide whitespace changes
Inline Side-by-side
deploy-cli/manual.md 0 → 100644
View page @ 25b340d2
```
Options:
-h,--help Print this help message and exit
-n,--name TEXT Manually specific target operating system instead of auto detection
-a,--arch TEXT Manually specific target architecture instead of auto detection
-f,--file TEXT YAML file to read
-v,--version Display version
-d,--dry Dry run mode for testing
```
本命令行工具使用cli11写成,遵循类似GNU/linux的命令行格式规范。
- 当未指定任何参数时,软件自行读取当前运行目录下的`config.yaml`并执行
- 使用`-d, --dry`可以检查要执行的命令而不做出任何修改.
- 使用`-a, --arch`可以手动指定架构
- 使用`-f, --file`可以手动指定配置文件路径
- 使用`-v, --version`,显示版本号并退出
- 使用`-h, --help` 显示帮助并退出
\ No newline at end of file
Clone repository
  • Home
  • competition files
    • 00 目标描述
    • 01 比赛题目分析和相关资料调研
    • 02 系统框架设计
    • 03 开发计划
    • 04 比赛过程中的重要进展
    • 05 系统测试情况遇到的主要问题和解决方法
    • 06 分工和协作
    • 07 提交仓库目录和文件描述
    • 08 比赛收获
  • contribute
  • deploiy cli
    • config.yaml
  • deploy cli
    • manual
View All Pages