Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cognite_toolkit/_cdf_tk/apps/_core_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def build_v2(
"-c",
help="The name of the config YAML file to use. It expected to be named config.<name>.yaml and be located in the organization directory.",
),
] = CDF_TOML.cdf.default_config_yaml,
] = None,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot have a default here as then it is impossible to pass in None meaning no config.

verbose: Annotated[
bool,
typer.Option(
Expand Down
Loading