Skip to main content

1.4.0

Release on July xx, 2025

  • refactor resource creation, to support ANY arguments and ANY environment variables
    • cgc compute create
    • cgc job create
  • refactor CLI command structure to check version only for specific subcommands
  • fixed message for cgc api-keys create command
  • CGC SDK has been adjusted to support new arguments and environment variables
  • startup command argument has been removed from cgc compute create and cgc job create
    • available as piped argument
  • within SDK defined new functions:
    • resource.resource_create
    • resource.get_entity_list
    • context.switch_context
    • context.list_contexts
  • changes to existing functions within SDK:
    • resource.compute_create_custom now uses resource.resource_create
    • resource.compute_create_custom highlights deprecation warning