cd
integrates and run direnv allow
to source the environment into your shell.integrates-local
.common/schemas/database-design.json
. Inside the schemas/tables
directory, you find all the data launched by default. This is useful as it allows you to modify anything you wish to test, for example:{
enrolled: true
is_concurrent_session: false
is_registered: true
role: "admin"
last_name: "Manager"
last_login_date: "2020-12-31T16:50:17+00:00"
...
legal_remember: true
registration_date: "2018-02-28T16:54:12+00:00"
sk: "USER#__adminEmail__"
pk_2: "USER#all"
pk: "USER#__adminEmail__"
first_name: "Integrates"
email: "__adminEmail__"
sk_2: "USER#__adminEmail__"
},
stakeholder_state.cue
file defines your local user; with this, you can modify the role, registration status, and all metadata information. Remember, after doing any modifications to the local database, you need to run the following:integrates-schema-export
integrates-back-lint
back/integrates
directory.