Advanced
API Key
You can create an API Key from the dashboard by navigating to Settings > Personal Settings > API Key.
Use Connectors
Use DB/SaaS connection using the connectors created in the dashboard
Deploy
Deploy the app built using the Morph framework
Setting / Using the API Key
By executing the following command in the CLI, the API Key will be saved in ~/.morph/credentials
.
Shell
~/.morph/credentials
will be registered with the authentication information for each profile.
You can also change the settings by directly editing the contents of ~/.morph/credentials
.
If you do not specify a profile,
default
will be used. You can switch the profile specified in the project by specifying the profile in morph_project.yml
.