Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions .realize/realize.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install Realize:

From each directory:

$ realize run
$ realize start

Examples List:

Expand Down
32 changes: 32 additions & 0 deletions args/.realize.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
settings:
legacy:
force: false
interval: 100ms
server:
status: false
open: false
host: localhost
port: 5001
schema:
- name: args
path: .
commands:
install:
status: false
run:
status: true
output: true
args:
- --string="val one"
- --string1='val two'
- -string2=val three
- --bool
- --int=3

watcher:
paths:
- /
extensions:
- go
ignored_paths:
- vendor
29 changes: 0 additions & 29 deletions args/.realize/realize.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.