Skip to content

Commit

Permalink
Add executable url param.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulto committed Nov 2, 2023
1 parent 8feb9e9 commit 532d74d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tavern/tomes/persist_service/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Create Service
description: Create a service for a specific binary
paramdefs:
- name: executable_url
type: string
label: Executable URL
placeholder: https://example.com/executable_path
- name: service_name
type: string
label: Service name
Expand All @@ -12,4 +16,4 @@ paramdefs:
- name: executable_name
type: string
label: Executable name
placeholder: cpud
placeholder: cpud

0 comments on commit 532d74d

Please sign in to comment.