caprover-cli
caprover-cli copied to clipboard
Command Line Interface for https://github.com/caprover/caprover
What is the problem? Everytime I run `caprover deploy` I have to enter the cli asks for branch name twice. It's not a blocker or anything, just a small annoyance....
I've encountered an inconsistency when using the latest version of the CapRover library. Upon installation, the Constant.ts file within the utils directory contains the following line: ``` const ADMIN_DOMAIN =...
👋 I'm making a CapRover migration script (moving an app from one server to another) and I need to be able to replicate the configuration between two apps. I am...
Use case: When deploying an app, I would like to be able to pass temporary variables to the build, that are not needed after the build is complete. An example...
Hello I got a problem when trying to deploy : i got this error : Preparing deployment to CapRover... "git" command not found: CapRover needs "git" to create tar file...
We had a problem recently where caprover-cli was showing an error message, but it didn't make any senses: ``` Cannot find hash of last commit on branch "master". ``` After...
Got this when I looked at `caprover deploy --help`. ``` -t, --tarFile tar file to be uploaded, must contain captain-definition file (env: CAPROVER_TAR_FILE) -i, --imageName image name to be deployed,...
Am sure you are aware, but just noticed a deprecation warning when installing caprover, regarding deprecation of the [node request](https://www.npmjs.com/package/request) package. It is a pain because I also use it...
What is the problem? When trying to deploy app via CLI, no matter all the format fixes we try, caprover cli keeps saying the definition file is not a valid...
Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...