Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docs for options in command line #24

Merged
merged 2 commits into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ kubedeploy -d orthodox --dry-run --env-file ./base.txt ./production.txt
* __--dry-run__: only show built manifest without apply it;
* __--env-file__ list: read in a file of environment variables. If environment
variable does contain in several files, then it will be has value from last file.
* __--project-dir \<path\>__: full path to folder with project, if it is not setted,
used value from environment variable `CI_PROJECT_DIR`, if variable is not setted, as
default value used current working directory
* __--environment \<env_name\>__: environment for builder, if it is not setted, used
value from environment variable `ENVIRONMENT`
* __--manifest-folder \<path\>__: path to folder with manifest, path is relative to project_dir. If it is not set, will get value from environment variable `MANIFEST_FOLDER`

## Supported structure maintenance types

Expand Down