Home | History | Annotate | Download | only in cli

Lines Matching full:delete

13 delete: Delete the stable version of a given board. So its stable version will
25 atest stable_version [list|delete|modify] <options>
27 usage_action = '[list|delete|modify]'
138 """Execute delete stable version action.
154 """atest stable_version delete --board <board>
156 Delete a stable version entry in afe_stable_versions table for a given
165 self.invalid_syntax('`board` argument must be specified to delete '
173 'Are you sure to delete stable version for the given board?')
175 """Execute delete stable version action.