Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Commands:
add_permission Add a group with permission in a project
change_permission Change a group permission in a project
create Create a new project
cancel Cancel a flow execution
delete Delete a project
execute Execute a flow from a project
cancel Cancel a flow execution
fetch_running_executions_of_a_flow Fetch the running executions of a flow
fetch_flow_execution Fetch a flow execution
fetch_flow_execution_updates Fetch flow execution updates
Expand All @@ -47,6 +47,7 @@ Commands:
fetch_sla Fetch the SLA from a schedule
login Login to an Azkaban server
logout Logout from Azkaban session
pause_a_flow_execution Pause a flow execution
remove_permission Remove group permission from a project
schedule Schedule a flow from a project with specified cron...
unschedule Unschedule a flow from a project
Expand Down
Loading