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

Cannot get -arg to work #14

Open
jemail99 opened this issue Dec 29, 2023 · 1 comment
Open

Cannot get -arg to work #14

jemail99 opened this issue Dec 29, 2023 · 1 comment

Comments

@jemail99
Copy link

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?

@apapsch
Copy link

apapsch commented Dec 13, 2024

Double -- it is: --arg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants