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
I'm testing this tool to migrate work items. Version 16.0.9
I've run init and init --options Basic. Edited collection, project,accesstoken.
I get the following when I try to execute
Config is Invalid
!!ACTION REQUIRED!! we no longer support the v1 config schema...
I also tried to migrate it with the following error (which really wouldn't be an issue if the init produced a valid config)
[09:12:37 ERR] [16.0.9] An unexpected error occurred
Spectre.Console.Cli.CommandParseException: Invalid long option name.
at Spectre.Console.Cli.CommandTreeTokenizer.ScanLongOption(CommandTreeTokenizerContext context, TextBuffer reader, Int32 position) in /_/src/Spectre.Console.Cli/Internal/Parsing/CommandTreeTokenizer.cs:line 274
at Spectre.Console.Cli.CommandTreeTokenizer.ScanOptions(CommandTreeTokenizerContext context, TextBuffer reader) in /_/src/Spectre.Console.Cli/Internal/Parsing/CommandTreeTokenizer.cs:line 127
at Spectre.Console.Cli.CommandTreeTokenizer.ParseToken(CommandTreeTokenizerContext context, TextBuffer reader, Int32 position, Int32 start, List`1 tokens) in /_/src/Spectre.Console.Cli/Internal/Parsing/CommandTreeTokenizer.cs:line 62
at Spectre.Console.Cli.CommandTreeTokenizer.Tokenize(IEnumerable`1 args) in /_/src/Spectre.Console.Cli/Internal/Parsing/CommandTreeTokenizer.cs:line 41
at Spectre.Console.Cli.CommandExecutor.ParseCommandLineArguments(CommandModel model, CommandAppSettings settings, IReadOnlyList`1 args) in /_/src/Spectre.Console.Cli/Internal/CommandExecutor.cs:line 109
at Spectre.Console.Cli.CommandExecutor.<Execute>d__2.MoveNext() in /_/src/Spectre.Console.Cli/Internal/CommandExecutor.cs:line 53
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Spectre.Console.Cli.CommandApp.<RunAsync>d__7.MoveNext() in /_/src/Spectre.Console.Cli/CommandApp.cs:line 103
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Spectre.Console.Extensions.Hosting.Worker.SpectreConsoleWorker.<>c__DisplayClass5_0.<<StartAsync>b__0>d.MoveNext()
Shouldn't init produce a valid config schema? I just want to find a valid config file to test it out
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm testing this tool to migrate work items. Version 16.0.9
I've run
init
andinit --options Basic
. Edited collection, project,accesstoken.I get the following when I try to execute
I also tried to migrate it with the following error (which really wouldn't be an issue if the init produced a valid config)
Shouldn't init produce a valid config schema? I just want to find a valid config file to test it out
Beta Was this translation helpful? Give feedback.
All reactions