_hawkbit_push_update()
{
	local cur prev words cword split
	_init_completion || return
	COMPREPLY=($(compgen -W '--new --failed --start --no-rollout --keep-tmpdir' -- "$cur"))
	_filedir 'swu'
} && complete -F _hawkbit_push_update hawkbit_push_update
