-
Notifications
You must be signed in to change notification settings - Fork 55
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
Deprecate tctl in favor of new Temporal CLI #317
Conversation
Codecov Report
@@ Coverage Diff @@
## main #317 +/- ##
=======================================
Coverage 71.46% 71.46%
=======================================
Files 54 54
Lines 4419 4419
=======================================
Hits 3158 3158
Misses 1024 1024
Partials 237 237 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CONTRIBUTING.md
Outdated
|
||
NOTE: For local testing it's recommended to use [temporal docker-compose](https://github.com/temporalio/docker-compose) | ||
Alternatively, you could just build the binary by `make bins` and then run `./iwf-server start` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or, directly using the command line in a terminal under the iwf folder:
go run cmd/server/main.go start
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea. I never used this but just tried it and it works :D
CONTRIBUTING.md
Outdated
|
||
`make temporalIntegTests` | ||
|
||
To run the server, if you are in an IDE, you can run the main function in `./cmd/main.go` with argument `start`. | ||
|
||
Alternatively, you could just build the binary by `make bins` and then run `./iwf-server start` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two sentences here are the same as the line 80 and 82?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that's not nice. I just moved them to the same place.
for #313