You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-t, --tarFile <value> tar file to be uploaded, must contain captain-definition file (env: CAPROVER_TAR_FILE)
-i, --imageName <value> image name to be deployed, it should either exist on server, or it has to be public, or on a private repository that CapRover has access to (env: CAPROVER_IMAGE_NAME)
-t, --appToken <value> app Token (env: CAPROVER_APP_TOKEN)
The -t option duplicates --tarFile and --appToken. This source part
-t now works for tarFile, since tarFile is at the top of the source.
Token does not work with -t, --appToken is always required. (This is the current workaround)
Which single letter option should be replaced.
The text was updated successfully, but these errors were encountered:
Got this when I looked at
caprover deploy --help
.The
-t
option duplicates--tarFile
and--appToken
. This source parthttps://github.com/caprover/caprover-cli/blob/master/src/commands/deploy.ts#L179-L204
-t
now works for tarFile, since tarFile is at the top of the source.Token does not work with
-t
,--appToken
is always required. (This is the current workaround)Which single letter option should be replaced.
The text was updated successfully, but these errors were encountered: