When running the following commands, a folder called automate is created in the current directory, and populated with a localstate.json file.
automate list patterns, or automate list toolkits or automate list drafts
The problem is that any IDE that uses the CLI (indirectly or directly) creates these files that are added to source control automatically, and that's not a great experience for the end user.
This folder automate and the file localstate.json should not be created as a result of a query.
They should only be created if you actually activate the product and create something locally.
When running the following commands, a folder called
automate
is created in the current directory, and populated with alocalstate.json
file.automate list patterns
, orautomate list toolkits
orautomate list drafts
The problem is that any IDE that uses the CLI (indirectly or directly) creates these files that are added to source control automatically, and that's not a great experience for the end user.
This folder
automate
and the filelocalstate.json
should not be created as a result of a query. They should only be created if you actually activate the product and create something locally.