@@ -240,7 +240,10 @@ commands:
240240 - name : describe-cluster
241241 description : Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
242242 flags :
243+ --cli-input-json= : Read arguments from the JSON string provided.
244+ --cli-input-yaml= : Read arguments from the YAML string provided.
243245 --cluster-id=! : The identifier of the cluster to describe.
246+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
244247 - name : describe-notebook-execution
245248 description : Provides details of a notebook execution.
246249 flags :
@@ -831,11 +834,17 @@ commands:
831834 - name : cluster-running
832835 description : Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
833836 flags :
837+ --cli-input-json= : Read arguments from the JSON string provided.
838+ --cli-input-yaml= : Read arguments from the YAML string provided.
834839 --cluster-id=! : The identifier of the cluster to describe.
840+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
835841 - name : cluster-terminated
836842 description : Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
837843 flags :
844+ --cli-input-json= : Read arguments from the JSON string provided.
845+ --cli-input-yaml= : Read arguments from the YAML string provided.
838846 --cluster-id=! : The identifier of the cluster to describe.
847+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
839848 - name : step-complete
840849 description : Provides more detail about the cluster step.
841850 flags :
0 commit comments