Skip to content

[deckhouse-cli] Update the description of mirror pull flags#411

Open
VaLosev wants to merge 2 commits into
mainfrom
chore/update-description-flags-mirror-pull
Open

[deckhouse-cli] Update the description of mirror pull flags#411
VaLosev wants to merge 2 commits into
mainfrom
chore/update-description-flags-mirror-pull

Conversation

@VaLosev

@VaLosev VaLosev commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Currently, running the d8 mirror pull command with the --include-module flag may result in an error due to redirection with the ">" symbol.

d8 mirror pull --license=<LICENCE> --source=registry.deckhouse.ru/deckhouse/ee  --no-platform  --no-installer -i console@>=1.43.2 ./console
Error executing command: pull failed: Prepare module filter: empty constraint

To avoid this issue, I've highlighted in the flag descriptions that the module version and its restrictions should be written in quotation marks.

d8 mirror pull \
--license='<LICENCE>' \
--no-platform --no-security-db \
--include-module "console@>=1.43.2" \
./console

VaLosev added 2 commits July 21, 2026 13:46
Signed-off-by: Valery Losev <valery.losev@flant.com>
Signed-off-by: Valery Losev <valery.losev@flant.com>
@VaLosev VaLosev self-assigned this Jul 21, 2026
@VaLosev
VaLosev requested a review from ldmonster as a code owner July 21, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant