Skip to main content

Cloud CLI Tasks

Run cloud provider CLI commands against your connected accounts.

cloud.aws.cli / aws.cli

Display Name: AWS CLI

Run AWS CLI commands against your AWS account. The command is executed in a secure, sandboxed environment with credentials from your connected AWS account.

Parameters

NameTypeRequiredDescription
commandstringYesAWS CLI command to execute (e.g., aws s3 ls, aws ec2 describe-instances).
account_idaccountNoNudgebee account ID to use for AWS credentials.

Output

NameTypeDescription
datastringCommand output (stdout).

cloud.azure.cli / azure.cli

Display Name: Azure CLI

Run Azure CLI commands against your Azure subscription.

Parameters

NameTypeRequiredDescription
commandstringYesAzure CLI command (e.g., az vm list).
account_idaccountNoNudgebee account ID.

Output

NameTypeDescription
datastringCommand output (stdout).

cloud.gcp.cli / gcp.cli

Display Name: GCP CLI

Run gcloud commands against your GCP project.

Parameters

NameTypeRequiredDescription
commandstringYesGCP CLI command (e.g., gcloud compute instances list).
account_idaccountNoNudgebee account ID.

Output

NameTypeDescription
datastringCommand output (stdout).

cloud.k8s.cli / k8s.cli

Display Name: Kubectl

Run kubectl commands against your Kubernetes cluster.

Parameters

NameTypeRequiredDescription
commandstringYeskubectl command (e.g., kubectl get pods -n default).
account_idaccountNoNudgebee account ID.

Output

NameTypeDescription
datastringCommand output (stdout).
stderrstringError output (stderr), if any.