Skip to content

Commit 9b8eb4c

Browse files
committed
Removed remaining documentation for now removed commands and corrected i18n for cli
1 parent b20e038 commit 9b8eb4c

File tree

24 files changed

+24
-134
lines changed

24 files changed

+24
-134
lines changed

cosmotech/csm_data/commands/api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@click.group(invoke_without_command=True)
2929
@web_help("csm-data/api")
3030
@click.pass_context
31-
@translate_help("csm_data.commands.api.description")
31+
@translate_help("csm_data.commands.api.api.description")
3232
def api(ctx: click.Context):
3333
if ctx.invoked_subcommand is None:
3434
try:

cosmotech/csm_data/commands/store/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
@click.group()
2424
@web_help("csm-data/store")
25-
@translate_help("csm_data.commands.store.description")
25+
@translate_help("csm_data.commands.store.store.description")
2626
def store():
2727
pass
2828

cosmotech/translation/csm_data/en-US/csm_data/commands/api.yml renamed to cosmotech/translation/csm_data/en-US/csm_data/commands/api/api.yml

File renamed without changes.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy/generate_orchestrator.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy/generate_orchestrator/from_api.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy/generate_orchestrator/from_file.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy/init_local_parameter_folder.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy/init_local_parameter_folder/cloud.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

cosmotech/translation/csm_data/en-US/csm_data/commands/legacy/init_local_parameter_folder/solution.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)