diff --git a/cli/.spring/commands/add/sam-template/command.yaml b/cli/.spring/commands/add/sam-template/command.yaml deleted file mode 100644 index 1e5d3e151..000000000 --- a/cli/.spring/commands/add/sam-template/command.yaml +++ /dev/null @@ -1,9 +0,0 @@ -command: - description: Generate a new file with a hello message - options: - # - - name: greeting - description: who or what to say hello to - dataType: string - defaultValue: World - inputType: text # TEXT \ No newline at end of file diff --git a/cli/.spring/commands/add/sam-template/hello.yaml b/cli/.spring/commands/add/sam-template/hello.yaml deleted file mode 100644 index aa682d7db..000000000 --- a/cli/.spring/commands/add/sam-template/hello.yaml +++ /dev/null @@ -1,4 +0,0 @@ -actions: - - generate: - to: hello.txt - text: Hello {{greeting}} on {{os-name}}.