Command line interface
The BOX command line supports the -r
option
for BOX refresh.
hcibox {-i filepath | -e filepath | -d sitename |
-c sitename | -s sitename | -n sitename
thread[,thread...] [[r][m][p]] | -r [[i|s|r][a|d]]} BOX
[-f] | [-v] | [-h | -help] | [-x cfgfile=configurationfilename
-r [[i|s|r][a|d]]
refreshes the BOX.
-
[i|s|r]
indicates that when refreshing a BOX, what to do if some BOX resources do not exist on the target environment.-
i
ignores the resource and continues to refresh others (default). -
s
stops the refresh and prompts an exception. -
r
removes the resource from BOX.
-
-
[a|d]
indicates how to deal with new referenced resources found in site/mastersite/root.-
a
adds new referenced resources into BOX (default). -
d
discards the new referenced resources.
-