Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
9798e708
Commit
9798e708
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Add README for ATxConfigTest.
parent
96bdfcf9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ATxConfigTest/README.md
+41
-0
41 additions, 0 deletions
ATxConfigTest/README.md
with
41 additions
and
0 deletions
ATxConfigTest/README.md
0 → 100644
+
41
−
0
View file @
9798e708
# AutoTx Configuration Validator
The
`AutoTxConfigTest`
tool can be used to validate a set of configuration files
and print a summary to the console.
## Basic Usage
By default, configuration files are expected to be in the same directory as the
`AutoTxConfigTest`
executable. In that case simply run the tool like this:
```
.\AutoTxConfigTest.exe
```
## Advanced Usage
Instead of checking the config files in the directory of the executable, any
other path can be specified as the first parameter when running the
configuration validator, e.g.
```
.\AutoTxConfigTest.exe C:\Temp\new-config\
```
This also works with UNC paths, like
```
.\AutoTxConfigTest.exe \\some.file.server\share\new-config\
```
To increase the log level of the parser, a second parameter can be specified as
either
`debug`
or
`trace`
:
```
.\AutoTxConfigTest.exe C:\Temp\new-config\ trace
.\AutoTxConfigTest.exe . debug
```
## Exit Codes
A valid configuration will result in exit code
`0`
, an invalid in
`-1`
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment