@@ -43,9 +43,9 @@ After you install and run the helper for the first time, a new configuration fil
4343* Linux: ~ /.config/directus-helper-nodejs (or $XDG_CONFIG_HOME/directus-helper-nodejs )
4444
4545This configuration file stores:
46- * Environment tokens or credentials
47- * Migration settings
48- * Global helper preferences
46+ * Environment tokens or credentials
47+ * Migration settings
48+ * Global helper preferences
4949
5050### Schema of directus.helper.settings
5151``` js
@@ -72,16 +72,16 @@ zod.object({
7272
7373### What is an environment?
7474In the context of this helper, an environment is a Directus instance configuration consisting of:
75- * link — URL of the Directus environment
76- * token, or login + password
75+ * link — URL of the Directus environment
76+ * token, or login + password
7777Environments are essential for migration operations.
7878
7979### What is a migration?
8080A migration is the process of transferring configuration from one Directus environment to another.
8181This may include:
82- * Fields
83- * Flows
84- * ~~ Permissions~~ (not yet* )
82+ * Fields
83+ * Flows
84+ * ~~ Permissions~~ (not yet* )
8585It allows you to keep environments in sync
8686
8787## Projects
@@ -94,8 +94,8 @@ You can create a project by running a helper inside target folder and then selec
9494### How build extensions
9595If helper recognize current working directory as a project, it will prompt you with options to build extensions and change project settings
9696Options available in project folder:
97- - Run dev server: this is a process that will watch for changes in extensions and automaticly trigger build of the extension
98- - Build extensions: this will build all extensions with minification
97+ * Run dev server: this is a process that will watch for changes in extensions and automaticly trigger build of the extension
98+ * Build extensions: this will build all extensions with minification
9999
100100## TODO
101101- [x] Crossplatform for MacOs/Linux/Windows
0 commit comments