We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FreeBSD 14.0-RELEASE-p3 rocinante version: 0.1.20220714
template contains:
ARG FOLDER="nothing" CMD echo ${FOLDER}
rocinante verify taisoft/folder produces:
Detected Bastillefile hook. [Bastillefile]: ARG FOLDER="nothing" CMD echo ${FOLDER}
rocinante template taisoft/folder -arg FOLDER="storage" produces:
[TEMPLATE]: Applying template: taisoft/folder... [CMD]: + echo nothing nothing 0 Template applied: taisoft/folder
I am not sure I'm understanding the -arg option and how to use it at all. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Double -- it is: --arg
--arg
Sorry, something went wrong.
No branches or pull requests
FreeBSD 14.0-RELEASE-p3
rocinante version: 0.1.20220714
template contains:
rocinante verify taisoft/folder produces:
rocinante template taisoft/folder -arg FOLDER="storage" produces:
I am not sure I'm understanding the -arg option and how to use it at all.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: