Forrest logo
back to context overview

aws-glue

List of commands for aws-glue:

  • aws-glue:tldr:2f7ca aws-glue: Start a job.
    $ aws glue start-job-run --job-name ${job_name}
    try on your machine
    explain this command
  • aws-glue:tldr:4356d aws-glue: Create a dev endpoint.
    $ aws glue create-dev-endpoint --endpoint-name ${name} --role-arn ${role_arn_used_by_endpoint}
    try on your machine
    explain this command
  • aws-glue:tldr:579b3 aws-glue: Start a trigger.
    $ aws glue start-trigger --name ${trigger_name}
    try on your machine
    explain this command
  • aws-glue:tldr:5848e aws-glue: Start running a workflow.
    $ aws glue start-workflow-run --name ${workflow_name}
    try on your machine
    explain this command
  • aws-glue:tldr:d2637 aws-glue: List jobs.
    $ aws glue list-jobs
    try on your machine
    explain this command
  • aws-glue:tldr:e3216 aws-glue: List triggers.
    $ aws glue list-triggers
    try on your machine
    explain this command
back to context overview