Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: moved config files out of realize dir to reflect project updates #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.