You can create an API Key from the dashboard by navigating to Settings > Personal Settings > API Key.
Use DB/SaaS connection using the connectors created in the dashboard
Deploy the app built using the Morph framework
By executing the following command in the CLI, the API Key will be saved in ~/.morph/credentials
.
~/.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
.
default
will be used. You can switch the profile specified in the project by specifying the profile in morph_project.yml
.You can create an API Key from the dashboard by navigating to Settings > Personal Settings > API Key.
Use DB/SaaS connection using the connectors created in the dashboard
Deploy the app built using the Morph framework
By executing the following command in the CLI, the API Key will be saved in ~/.morph/credentials
.
~/.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
.
default
will be used. You can switch the profile specified in the project by specifying the profile in morph_project.yml
.