Skip to content
Snippets Groups Projects
actions.yaml 221 B
Newer Older
touch:
    description: "Touch a file on the VNF."
    params:
        filename:
            description: "The name of the file to touch."
            type: string
            default: ""
    required:
        - filename