We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5f08c commit 928aac9Copy full SHA for 928aac9
1 file changed
serverpod_cloud_cli/lib/command_runner/cloud_cli_command_runner.dart
@@ -391,6 +391,10 @@ enum GlobalOption<V> implements OptionDefinition<V> {
391
helpText:
392
'Override the directory path where Serverpod Cloud cache/authentication files are stored.',
393
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,
398
),
399
400
projectDir(
0 commit comments