Hi,
I am following the docs and yarn rw g tailwind is not showing up in command line. Not sure why util command is missing from the cli?
❯ yarn rw --version
yarn run v1.22.5
$ /Users/XXXX/Downloads/redwoodblog/node_modules/.bin/rw --version
0.16.0
✨ Done in 1.10s.
❯ yarn rw g util tailwinds
yarn run v1.22.5
$ /Users/XXXX/Downloads/redwoodblog/node_modules/.bin/rw g util tailwinds
rw generate
Save time by generating boilerplate code
Commands:
rw g auth
rw g cell
rw g component
rw g dataMigration
rw g deploy
rw g function
rw g layout
rw g page
rw g scaffold
given DB schema Model. Also accepts
rw g sdl
based on a given DB schema Model
rw g service
Options:
--help Show help [boolean]
--version Show version number [boolean]
Also see the Redwood CLI Reference
(https://redwoodjs.com/reference/command-line-interface#generate-alias-g)
Unknown argument: tailwinds
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Hey there!
This is totally a misstep on our part because this command will only be available in the next release that's coming out today:v0.17.0
Until we've released it here are some docs for setting it up: https://redwoodjs.com/docs/webpack-configuration#adding-tailwindcss
Oh thanks! Ya I knew there was something wrong with the version. But I saw the latest version 0.16.0 so I thought maybe it's something else. Thanks!
This was resolved since 0.17.0 is out. Closing this request!