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
@Vad1mo To address this issue, we can introduce a global default page size setting for the Harbor CLI. Users can configure this via the CLI configuration file (config.yaml) or an environment variable (HARBOR_CLI_DEFAULT_PAGE_SIZE).
The logic would follow a priority hierarchy:
Command Line Flag: If --page-size is explicitly provided, it takes precedence.
Configuration Setting: Use the value from the config file or environment variable if no flag is set.
Fallback: Default to the existing hardcoded value (X) if neither is configured.
This approach maintains backward compatibility while providing flexibility for users to define their preferred page size across CLI operations
bupd
linked a pull request
Dec 28, 2024
that will
close
this issue
I would be beneficial to be able to configure the default page size for different harbor cli operations.
The text was updated successfully, but these errors were encountered: