Mprove
.mdx

commit

Usage

➜  ~ mprove commit -h
Commit changes

━━━ Usage ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

$ mprove commit

━━━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  --project-id #0        (required) Project Id
  --repo-type #0         (required, "dev", "production" or "session")
  --branch #0            (required) Git Branch
  --commit-message #0    (required) Commit message
  --get-repo             (default false), show repo in output
  --json                 (default false)
  --env-file-path #0     (optional) Path to ".env" file

━━━ Examples ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Commit changes for Dev repo
  $ mprove commit --project-id DXYE72ODCP5LWPWH2EXQ --repo-type dev --branch main --commit-message ms1

Example Output

➜  ~ mprove commit \
--env-file-path /mprove/.env \
--project-id DXYE72ODCP5LWPWH2EXQ \
--repo-type dev \
--branch main \
--commit-message ms1

message: Created commit "ms1"
url:     https://app.mprove.io/org/AWNCAHWLFQTQJYCH3ZSE/project/DXYE72ODCP5LWPWH2EXQ/repo/UPXRRK83O347QLFNDX4H/branch/main/env/prod/builder

On this page