Dump flag not reconize #495

Closed
opened 2025-11-01 20:57:06 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @NuxitBrain on GitHub (Apr 24, 2025).

Description

hello everyone

i use the docker version of vikunja.

when I try to use the dump cli function with the flag -p or --path , i get this return like no flag can be declared on this function :

xxxx@xxxx:/$ sudo docker exec container_id /app/vikunja/vikunja dump --path /dump
Error: unknown flag: --path
unknown flag: --path
Usage:
  vikunja dump [flags]

Flags:
  -h, --help   help for dump

result for -p flag :

xxx@xxx:/$ sudo docker exec container_id /app/vikunja/vikunja dump -p /dump
Error: unknown shorthand flag: 'p' in -p
Usage:
  vikunja dump [flags]

Flags:
  -h, --help   help for dump

unknown shorthand flag: 'p' in -p

if you have a idea of the probleme ?

best

Vikunja Version

Vikunja api version v0.24.6 Built with go1.23.4

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Originally created by @NuxitBrain on GitHub (Apr 24, 2025). ### Description hello everyone i use the docker version of vikunja. when I try to use the dump cli function with the flag -p or --path , i get this return like no flag can be declared on this function : ``` xxxx@xxxx:/$ sudo docker exec container_id /app/vikunja/vikunja dump --path /dump Error: unknown flag: --path unknown flag: --path Usage: vikunja dump [flags] Flags: -h, --help help for dump ``` result for -p flag : ``` xxx@xxx:/$ sudo docker exec container_id /app/vikunja/vikunja dump -p /dump Error: unknown shorthand flag: 'p' in -p Usage: vikunja dump [flags] Flags: -h, --help help for dump unknown shorthand flag: 'p' in -p ``` if you have a idea of the probleme ? best ### Vikunja Version Vikunja api version v0.24.6 Built with go1.23.4 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots _No response_
Author
Owner

@kolaente commented on GitHub (Apr 24, 2025):

This has not yet been released in a stable version. You need to switch to an unstable build if you want to use it.

@kolaente commented on GitHub (Apr 24, 2025): This has not yet been released in a stable version. You need to [switch to an unstable build](https://vikunja.io/docs/versions/) if you want to use it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#495