Skip to content

Commit f770316

Browse files
committed
update readme.md
1 parent de42d2d commit f770316

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4545
This 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?
7474
In 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
7777
Environments are essential for migration operations.
7878

7979
### What is a migration?
8080
A migration is the process of transferring configuration from one Directus environment to another.
8181
This may include:
82-
* Fields
83-
* Flows
84-
* ~~Permissions~~ (not yet*)
82+
* Fields
83+
* Flows
84+
* ~~Permissions~~ (not yet*)
8585
It 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
9595
If helper recognize current working directory as a project, it will prompt you with options to build extensions and change project settings
9696
Options 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

Comments
 (0)