Skip to content

Commit

Permalink
BYOR: Add vip app deploy validate
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Jun 18, 2024
1 parent b118506 commit 8c0bd91
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 0 deletions.
131 changes: 131 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"vip-app": "dist/bin/vip-app.js",
"vip-app-list": "dist/bin/vip-app-list.js",
"vip-app-deploy": "dist/bin/vip-app-deploy.js",
"vip-app-deploy-validate": "dist/bin/vip-app-deploy-validate.js",
"vip-backup": "dist/bin/vip-backup.js",
"vip-backup-db": "dist/bin/vip-backup-db.js",
"vip-cache": "dist/bin/vip-cache.js",
Expand Down Expand Up @@ -153,6 +154,7 @@
"debug": "4.3.5",
"ejs": "^3.1.8",
"enquirer": "2.4.1",
"extract-zip": "^2.0.1",
"fetch-retry": "^6.0.0",
"graphql": "15.5.1",
"graphql-tag": "2.12.6",
Expand Down
1 change: 1 addition & 0 deletions src/bin/vip-app-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ const examples = [
void command( {
requiredArgs: 1,
} )
.command( 'validate', 'Validate a file before deploying in Custom Deployments' )
.examples( examples )
.option( 'message', 'Custom message for deploy' )
.option( 'skip-confirmation', 'Skip confirmation prompt' )
Expand Down
Loading

0 comments on commit 8c0bd91

Please sign in to comment.