mythx_cli.group package

mythx_cli.group.close

mythx_cli.group.close.group_close(*args, **kwargs)

Close/seal an existing group.

Parameters:
  • ctx – Click context holding group-level parameters
  • identifiers – The group ID(s) to seal

mythx_cli.group.list

mythx_cli.group.list.group_list(*args, **kwargs)

Get a list of analysis groups.

Parameters:
  • ctx – Click context holding group-level parameters
  • number – The number of analysis groups to display
Returns:

mythx_cli.group.open

mythx_cli.group.open.group_open(*args, **kwargs)

Create a new group to assign future analyses to.

Parameters:
  • ctx – Click context holding group-level parameters
  • name – The name of the group to be created (autogenerated if empty)

mythx_cli.group.status

mythx_cli.group.status.group_status(*args, **kwargs)

Get the status of an analysis group.

Parameters:
  • ctx – Click context holding group-level parameters
  • gids – A list of group IDs to fetch the status for