diff --git a/README.md b/README.md index c1e736c5..d20a100d 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,23 @@ usage: get_lastRun options
+ + getPVAliases + +usage: gatherPVAliases [-h] [-d] patt hutch
+positional arguments:
+ patt | Regex pattern to match IOCs with.
+ -->Can match anything in the IOC procmanager object. e.g. "lm2k2" or "mcs2" or "ek9000"
+ hutch | 3 letter hutch code. Use "all" to search through all hutches.
+ -->Valid arguments: all, aux, cxi, det, hpl, icl, kfe, las, lfe, mec,
+ mfx, rix, rrl, thz, tmo, tst, txi, ued, xcs, xpp, xrt
+ +optional arguments:
+ -h, --help | show this help message and exit
+ -d, --dry_run | Forces a dry run for the script. No files are saved.
+ + + grep_ioc @@ -253,23 +270,29 @@ usage: grep_more_ioc [-h] [-d] patt hutch {print,search}
patt Regex str to search through iocmanager.cfg
e.g. 'mcs2', 'lm2k2-atm.*', 'ek9000', 'gige.*'
hutch 3 letter hutch code to search through.
- Use 'all' to search through all hutches. + Use 'all' to search through all hutches.
+ Valid arguments: all, aux, cxi, det, hpl, icl, kfe,
+ las, lfe, mec, mfx, rix, rrl, thz, tmo, tst, txi, ued,
+ xcs, xpp, xrt
-h, --help Show help message and exit
-d, --ignore_disabled Exclude IOCs based on disabled state
Necessary subcommands.
Use: grep_more_ioc . all [subcommand] --help for more information {print, search}
- print Prints all the matching IOCs in a dataframe
- -h, --help Show help message and exit
- -c, --skip_comments Prints IOC.cfg file with comments skipped
- -r, --release Includes the parent IOC release in the dataframe
- -s, --print_dirs Dump child & parent directors to the terminal
- -y, --print_history Dump child IOC's history to terminal, if it exists
- search Regex-like search of child IOCs
- PATT The regex str to use in the search
- -h, --help Show help message and exit
- -q, --quiet Surpresses file warning for paths that do not exist
- -o, --only_search Skip printing dataframe, only print search results
+ print | Prints all the matching IOCs in a dataframe
+ usage: grep_more_ioc patt hutch print [-h] [-c] [-r] [-s] [-y]
+ -h, --help | Show help message and exit
+ -c, --skip_comments | Prints IOC.cfg file with comments skipped
+ -r, --release | Includes the parent IOC release in the dataframe
+ -s, --print_dirs | Dump child & parent directors to the terminal
+ -y, --print_history | Dump child IOC's history to terminal, if it exists
+ search | Regex-like search of child IOCs
+ usage: grep_more_ioc patt hutch search [-h] [-q] [-o] PATT
+ PATT | The regex str to use in the search
+ -h, --help | Show help message and exit
+ -q, --quiet | Surpresses file warning for paths that do not exist
+ -o, --only_search | Skip printing dataframe, only print search results
+