Skip to content

Commit 928aac9

Browse files
author
serverpod_cloud
committed
docs(scloud): 4eb94d26681902808d2f2a84908afbc0389c57e9
1 parent ed5f08c commit 928aac9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

serverpod_cloud_cli/lib/command_runner/cloud_cli_command_runner.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ enum GlobalOption<V> implements OptionDefinition<V> {
391391
helpText:
392392
'Override the directory path where Serverpod Cloud cache/authentication files are stored.',
393393
fromDefault: _getDefaultStorageDir,
394+
// This is only hidden since it currently prints the resolved home directory
395+
// which is then included in the auto-generated CLI docs, which doesn't work.
396+
// TODO: Remove this once this cli_tools issue is fixed: https://github.com/serverpod/cli_tools/issues/80
397+
hide: true,
394398
),
395399
),
396400
projectDir(

0 commit comments

Comments
 (0)