File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66 - Helpful commands to improve your workflows
77 1.Initialize the configuration.
8- 2.Add new Entities.
9- 3.Update Entity Details
10- 4.Add/Update relationship between entities.
8+ 2.Add new Entities.
9+ 3.Update Entity Details
10+ 4.Add/Update relationship between entities.
1111
1212 - Let the user to run locally in any environment
1313
@@ -25,7 +25,7 @@ The equivalent npm global install will also work.
2525
2626### Generate the config:
2727```
28- hawaii init -name <<filename>> --database_type <<db_type>> --connection_string <<connection_string>>
28+ hawaii init -name <<filename>> --database-type <<db_type>> --connection-string <<connection_string>>
2929```
3030### Add entity to the config:
3131```
@@ -74,4 +74,4 @@ hawaii update todo --name todo-005 --relationship owner --target.entity user --c
7474
7575## Contributing
7676
77- Please read through the [ contributing guidelines] ( ./CONTRIBUTING.md )
77+ Please read through the [ contributing guidelines] ( ./CONTRIBUTING.md )
You can’t perform that action at this time.
0 commit comments