Commit Graph

19 Commits

Author SHA1 Message Date
Will Smith ac1d1b7a94
Adding dashboard version command (#433)
* fix dapr latest version check for dapr init -k

* adding dashboard --version command

* printing result of version call

* updated reference doc for dashboard version command

* cleaning up commit
2020-08-13 15:32:40 -07:00
Pruthvidhar R Dhodda 35b9a824d2
Normalize "dapr run" flags (#420)
* Normalize flags
* deprecate port, grpc-port, placement-host

* Fix build

* Add short hands for protocols

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-08-10 11:49:04 -07:00
Aman Bhardwaj 2a4123efaf
Change init and uninstall behavior for self hosted mode (#413)
* remove install-path option for dapr init copy bianries under $HOME/.dapr/bin
2020-07-22 14:47:57 -07:00
Will Smith da5e4ce7b8
Fixed uninstall command to take the version in kubernetes mode to uninstall (#398)
* fixed versioning issue

* updated readme

* updated uninstall section in docs

* moved uninstall flag information in readme

* Updated docs for runtime version flag

* added documentation to CLI flag
2020-07-14 13:19:52 -07:00
Mukundan Sundararajan ff2d5dd482
Initialize dapr without docker dependency (#386)
* Initialize dapr without docker dependency

* Create default empty components dir

* Remove --slim flag from uninstall command

* Changed phrasing

* Updated Readme

* Clarify slim init use case

* language corrections

Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2020-07-10 16:32:45 -07:00
Will Smith 8b58e2cba3
Dashboard integration: Updating user requirements and port-forwarding correct namespace (#390)
* removed prerequisite for dapr dashboard command

* updated dashboard command to accept namespace

* removed -n flag to set namespace

* fixing linting issues

* dapr dashboard command now supports -n namespace argument

* fixing format issue

* printing error on failed k8s config load

* added defaultNamespace constant, fixed duplication bug

* changed to tell user which namespace dashboard is found in

* removed extra comment
2020-07-09 17:41:38 -07:00
Haya Kawamitsu e7346db8e1
Update CLI reference (#375) (#378)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-08 19:43:49 -07:00
Gurpreet Singh 0da3c555d5
Added documentation for dapr dashboard (#387)
* Added docs for dapr dashboard

* updated cli docs
2020-07-01 22:18:02 -07:00
Mukundan Sundararajan 0b76467280
Fix Standalone dapr init behavior. (#384)
* Remove uninstall all from init path. Add install path arg to uninstall cmd. Cleanup binaries, archive correctly.

* Addressed review comments

* Change readme

* update readme
2020-06-29 15:27:59 -07:00
Mukundan Sundararajan a82a7487b5
Add Zipkin on dapr init. Add tracing config, zipkin component on init. (#377)
* Add Zipkin on dapr init. Add tracing config, zipkin component on initial run.

* Fix uninstallAll check

* Move zipkin config to init

* Default run parameter for config

* Updated Readme and dapr run reference

* Address review comments.

* Updated Readme, cli reference

* Address review comments

* Change uninstall cli ref doc
2020-06-22 09:25:10 -07:00
vinayada1 0afc366697
init creates the default component files #371 (#373)
* init creates the default component files #371

* fix review comments

* fix review comments - 2

* Upgrade to linter version 1.26.0 (#381)

* init creates the default component files #371

* fix review comments

* fix review comments - 2

* Fix linter error

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-06-16 10:18:53 -07:00
Aman Bhardwaj 15a3ffa1d7
Revert usage of enableJSONSecretStore flag. (#358)
* Revert "Implementing #344 (#347)"

This reverts commit 98f8818260.

* Fixing linter issue.
2020-06-04 15:55:26 -07:00
Chin Zhi Wei 51b99a988c
Enable Dapr to stop multiple apps (#355)
* Add dapr stop multiple apps

* Update documentation
2020-06-02 13:51:32 -07:00
Yaron Schneider e498de9f7d
change payload to data for pub/sub (#350) 2020-05-28 16:40:36 -07:00
Carlos Mendible 98f8818260
Implementing #344 (#347)
* Implementing #344

* renamed flag to enable-json-secretstore
2020-05-27 20:51:09 -07:00
Sashi Kumar 4cec1ba714
Add flag to provide custom components directory path for dapr run (#326)
Add default to usage description
2020-05-11 14:50:29 -07:00
Greg Ingram e759a815ed Capitalized Dapr and uppercase CLI (#215)
* Capitalized Dapr

* Fixed wording

* Uppercase CLI

* Missed capitalized Dapr

* Fix uninstall description
2019-11-25 09:37:45 -08:00
Yaron Schneider eeea3d5a1b
change send cmd to invoke (#211) 2019-11-20 16:22:41 -08:00
Phillip Hoff 65555f5cb8 Allow setting flags via environment variables (#210)
* Use viper to pull flags from environment variable.

* Allow Docker network be specified via environment variable.

* Sketch Dapr init/run CLI command reference.

* Sketch remainder of Dapr CLI command docs.

* Add note re: environment variables.
2019-11-20 10:29:53 -08:00