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

Add host, port, dags option to the server command #284

Merged
merged 2 commits into from
Aug 19, 2022
Merged

Conversation

yottahmd
Copy link
Collaborator

@yottahmd yottahmd commented Aug 19, 2022

Closes #276

example: dagu server --host=10.0.100.101 --port=80 --dags=/home/var/dags

Note: If those options are specified, the same field value in admin config will be ignored.

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2022

Codecov Report

Merging #284 (c391857) into main (e90dc0a) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
+ Coverage   85.92%   86.02%   +0.09%     
==========================================
  Files          46       46              
  Lines        3383     3407      +24     
==========================================
+ Hits         2907     2931      +24     
  Misses        347      347              
  Partials      129      129              
Impacted Files Coverage Δ
cmd/scheduler.go 88.46% <ø> (-1.54%) ⬇️
cmd/dagu.go 75.00% <100.00%> (+4.09%) ⬆️
cmd/server.go 84.61% <100.00%> (+14.61%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@yottahmd yottahmd merged commit 1ab95f8 into main Aug 19, 2022
@yottahmd yottahmd deleted the admin-port-option branch August 19, 2022 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add host, port arguments for dagu server command
2 participants