I'm trying this out on my Linux laptop which is running Ubuntu 20. I'm trying to follow the guide which has the following instructions.
[ ] Execute liferay extension mkcert (this will generate a wildcard certificate for *.lfr.dev)
[ ]
[ ] Execute liferay extension mkcert --install (This will install the rootCA that you just generated into your OS keystores, or Chrome/Firefox/Edge keystores)
... but when I run the command, neither works for me. In both cases I get the usage output with the following showing for the available commands.
Available Commands:
build Executes the client extension workspace build to generate deployable artifacts (zip files)
create Creates new Client Extensions using a wizard-like interface
refresh Refreshes client-extension workload resources in localdev server
start Starts all client-extension workloads
status Returns the status of the extension environment
stop Stops all client-extension workloads
I'm trying this out on my Linux laptop which is running Ubuntu 20. I'm trying to follow the guide which has the following instructions.
... but when I run the command, neither works for me. In both cases I get the usage output with the following showing for the available commands.
Available Commands: build Executes the client extension workspace build to generate deployable artifacts (zip files) create Creates new Client Extensions using a wizard-like interface refresh Refreshes client-extension workload resources in localdev server start Starts all client-extension workloads status Returns the status of the extension environment stop Stops all client-extension workloads