g.command 'search' do |c|
          c.flag 'app_id', desc: 'The parent app ID for which to return workflows.'
          c.flag 'collaborator_ids', desc: 'Only include workflows by the collaborators inputted.'
          c.flag 'cursor', desc: 'Set cursor to next_cursor returned by the previous call to list items in the next page.'
          c.flag 'limit', desc: 'The number of results that will be returned by the API on each invocation.'