You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
I probably missed it. But it doesn't seem obvious how to pass in variables to sao context.
My CLI tool uses cac for something like
cli create <applicationName>
And need to feed this value into sao context
await sao({ applicationName, generator, ...etc })
It seems it's available on this.sao.opts is this documented? If not, I'll send a PR.
The text was updated successfully, but these errors were encountered:
shaunwarman
changed the title
Document this.sao.opts for passing variables to sao context
[v1] Document this.sao.opts for passing variables to sao context
Mar 5, 2019
So if I'm looking at v1 documentation on sao generator instance it's not immediately obvious that you can pass variables in and have access to those on this.sao.opts.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I probably missed it. But it doesn't seem obvious how to pass in variables to sao context.
My CLI tool uses
cac
for something likeAnd need to feed this value into sao context
It seems it's available on
this.sao.opts
is this documented? If not, I'll send a PR.The text was updated successfully, but these errors were encountered: