Commit Graph

66 Commits

Author SHA1 Message Date
Josh van Leeuwen 29d29ab549
Give scheduler a default volume, making it resilient to restarts by (#1423)
* Give scheduler a default volume, making it resilient to restarts by
default

Signed-off-by: joshvanl <me@joshvanl.dev>

* Remove dapr_scheduler volume on uninstall, gated by `--all`

Signed-off-by: joshvanl <me@joshvanl.dev>

* Fix containerErrs in standaone.go

Signed-off-by: joshvanl <me@joshvanl.dev>

* Do not attempt to delete scheduler volume if no container runtime

Signed-off-by: joshvanl <me@joshvanl.dev>

* Increase upgrade test timeout to 40m

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2024-07-17 12:13:51 -07:00
Yaron Schneider ddf43a5f55
update link (#1426)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2024-07-16 23:42:12 -07:00
Josh van Leeuwen ad3442b252
dapr_scheduler: Adds scheduler-volume flag (#1422)
* dapr_scheduler: pre-create data dir

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds --scheduler-volume to specify volume for data directory

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
2024-07-12 08:22:34 -07:00
Cassie Coyle fd1d8e85bf
Distributed Scheduler CLI Changes (#1405)
* wip

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* rm scheduleJob logic. keep only init/uninstall logic

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* Fixes install and uninstall of scheduler in standalone mode.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Fixing path for Go tools in Darwin.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Fix Go bin location for MacOS.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Fix min scheduler version to be 1.14.x

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Use env var to pass scheduler host.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Fix CLI build to work with latest MacOS runners from GH

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

---------

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
2024-07-03 14:58:55 -07:00
Mukundan Sundararajan a15a3eb856
Initial implementation of multi app run for Kubernetes Dev (#1333)
* initial commit for multi-app run k8s impl

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix import

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* move runfileconfig

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* add protobuf conflict warn env

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* Add pubsub component. Check before component creation.

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix e2e

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix e2e

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix e2e

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* address review comments.

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-09-04 08:42:58 +05:30
Artur Souza 81fd09b7d1
Installs,uninstalls,upgrade dapr-dashboard separately when applicable. (#1272)
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-04-24 14:05:44 +05:30
Thorsten Hans fff7e75762
Allow setting container-runtime via env var for `dapr init` (#1251)
* Allow specifying container-runtime via env var for `dapr init` (#1210)

Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>

* pull default container runtime name from utils instead of introducing a new magic string

Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>

* Load config values in the order of  defaults, env vars, flags

Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>

* fix(config): load runtime version using proper name

Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>

---------

Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-03-16 17:51:02 +05:30
Pravin Pushkar 5e3546a351
Init with custom cert (#1249)
* Init with custom cert

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* remove key file

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

---------

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-03-02 13:31:13 +05:30
Mukundan Sundararajan a7f06c3b1b
Fix runtime custom path installation logic (#1203)
* fix dapr path version, custom  installation path logic, e2e

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix linter errors

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix paths for windows

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* rename daprPath to daprRuntimePath

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-02-05 21:57:23 -08:00
mikeb26 53dff409b4
Support environments with broken $HOME (#1057)
* Support environments with broken $HOME

Currently in standalone mode dapr cli will install the dapr runtime
binaries into $HOME/.dapr. However, in some environments $HOME is
readonly or os.UserHomeDir() can fail (e.g. AWS Lambda). To support
dapr in these environments this change does 2 things:

1. Allows the user to set DAPR_PATH environment variable to indicate
the location of the dapr runtime binaries.

2. Allows the user to optionally specify --dapr-path cli flag to
indicate the location of the dapr runtime binaries. When both
DAPR_PATH environment variable and --dapr-path CLI flag are present,
the cli flag has higher precedence.

When neither DAPR_PATH nor the --dapr-path CLI flag are present, we
fallback to existing behavior of defaulting to $HOME/.dapr.

Signed-off-by: Mike Brown <github@torvosoft.com>

* Address comments

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Address comments

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Address comments

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix unit test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix e2e test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix lint

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

Signed-off-by: Mike Brown <github@torvosoft.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-03 15:40:06 +05:30
Shubham Sharma 07cf0553dc
Validate and limit container runtime configuration in init and uninstall commands (#1099)
* Limit container runtime

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Lint

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update docs for container runtime flag

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add uninstall e2e test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update uninstallcmd

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix skip in e2e

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-10-12 02:47:41 -07:00
Shivam Kumar 792eae132d
Adding mariner support in dapr init (#1029)
* Adding image-variant flag in self-hosted mode

Signed-off-by: shivam <shivamkm07@gmail.com>

* Adding image-variant in kubernetes init

Signed-off-by: shivam <shivamkm07@gmail.com>

* Adding image-variant in dapr upgrade

Signed-off-by: shivam <shivamkm07@gmail.com>

* e2e test for standalone mariner init

Signed-off-by: shivam <shivamkm07@gmail.com>

* Incorporating comments

Signed-off-by: shivam <shivamkm07@gmail.com>

* Reducing code duplicacy

Signed-off-by: shivam <shivamkm07@gmail.com>

* Formatting change

Signed-off-by: shivam <shivamkm07@gmail.com>

* Adding e2e tests for kubernetes init

Signed-off-by: shivam <shivamkm07@gmail.com>

* e2e test for upgrade

Signed-off-by: shivam <shivamkm07@gmail.com>

* Fixing linter error

Signed-off-by: shivam <shivamkm07@gmail.com>

* fix linter errors

Signed-off-by: shivam <shivamkm07@gmail.com>

* Uncommenting upgrade tsts

Signed-off-by: shivam <shivamkm07@gmail.com>

Signed-off-by: shivam <shivamkm07@gmail.com>
2022-08-25 11:14:11 +05:30
Pravin Pushkar 5a28708a12
feature/podman: Updating dapr cli to allow different container runtime (#1041)
* feature/podman: Updating dapr cli to allow providing of container
runtime.

- Ability to provide docker or podman runtime for init and uninstall commands
  by passing along the --container-runtime flag with values docker or
  podman.

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>

* feature/podman: Updating install message to use the runtime environment

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>

* feature/podman: Fixing linting issues.

- Fixing go lint issues by running gofumpt and gofmt.

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>

* Correcting rebase

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* use podman for macos tests

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* setting env

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* adding docker host

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Change step title and remove docker host

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* code cleanup

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* install podman mac helper

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* fix review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Refactor use of global varibale

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* matrix added for slim and complete  mode

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* correcting worflow expression

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* refactor uninstall code

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* separate uninstall test for slim and complete mode

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>
2022-08-23 21:30:50 +05:30
Pravin Pushkar 9905129bfe
Dapr init for ghcr and private reg changes in k8s mode (#984)
* Dapr init for ghcr and private reg changes in k8s mode

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* some refactoring

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Upgrade command

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Tests Modify

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Update cmd/init.go with updated preview message

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* removing extra spaces

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-22 09:11:04 +05:30
Mukundan Sundararajan 5879d915bd
Change `--from-dir` init flow (#945)
* fix --from-dir flag init

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix env var not set for k8s tests also

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix k8s test

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* address review comments

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix typo

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* addressed comments

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* Update tests/e2e/common/common.go

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Co-authored-by: Shubham Sharma <shubhash@microsoft.com>

* fix typo

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
2022-04-04 16:35:51 -07:00
Pravin Pushkar a134860308
pull docker images from ghcr and fallback to docker if necessary (#926)
* pulling images from ghcr by default

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* fixing self_hosted e2e tests

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* default all tests with ghcr and removing tests for --image-registry

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* adding tests for dockerhub install and custom registry

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* fixing review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Fixing review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Review comments fix

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Some refactoring

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* fix for review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-03-24 11:04:13 +05:30
Mukundan Sundararajan ce0af7c01c
Fix examples and print preview feature warnings (#927)
* Fix examples and print preview feature warnings

Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>

* small changes to wordings

Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
2022-03-22 12:11:56 -07:00
meijin 9fa0cdf229
dapr cli list components configuration add namespace flag (#787)
* dapr cli list components configuration add namespace flag

Signed-off-by: meijin <meijin@tiduyun.com>

* fix unit test err

Signed-off-by: meijin <meijin@tiduyun.com>

* add usage example

Signed-off-by: meijin <meijin@tiduyun.com>

* change some annotation

Signed-off-by: meijin <meijin@tiduyun.com>

* fix typo and adjust help guide

Signed-off-by: meijin <meijin@tiduyun.com>

* default all ns and -name shorthand to -N

Signed-off-by: meijin <meijin@tiduyun.com>

* adjust e2e test for output warning msg

Signed-off-by: meijin <meijin@tiduyun.com>

* adjust e2e test for output warning msg

Signed-off-by: meijin <meijin@tiduyun.com>

* adjust e2e test for output warning msg

Signed-off-by: meijin <meijin@tiduyun.com>

* add get all ns components e2e tests

Signed-off-by: meijin <meijin@tiduyun.com>

* add e2e test log

Signed-off-by: meijin <meijin@tiduyun.com>

* add test ns for e2e test

Signed-off-by: meijin <meijin@tiduyun.com>

* in k8s mode -n flag for --name short

Signed-off-by: meijin <meijin@tiduyun.com>

Co-authored-by: Mukundan Sundararajan <msundar.ms@outlook.com>
2022-03-22 09:14:59 +05:30
beiwei.ly f465610b19 fix default value for from-dir
Signed-off-by: beiwei.ly <beiwei.ly@alibaba-inc.com>
2022-02-24 16:07:29 +08:00
beiwei.ly f75999c008 introduce --from-dir to support init from local disk
Signed-off-by: beiwei.ly <beiwei.ly@alibaba-inc.com>
2022-02-24 15:54:58 +08:00
Ian Luo efb8683da6 dapr airgap mode
Signed-off-by: Ian Luo <ian.luo@gmail.com>
2022-02-18 16:42:54 +08:00
Pravin Pushkar f89be62068
Adding support for image-repository url with dapr init (#888)
* Adding support for image-repository url with dapr init

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Adding e2e tests and updaing README.md

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Fixing lint errors

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Changing description for the flag in --help

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-02-09 14:03:10 +05:30
amulyavarote 68c2ab84d4
Added code to pull dashboard version automatically for E2E tests (#847)
* Pulling dashboard version automatically for E2E tests

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added script to read the latest version

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

Added code to get the latest versions for the PR

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

Removed dapr cli changes

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

Added comment to the default versions

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

Changed the script for dashboard version

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

Removed invalid syntax

Added testing

Added testing

Added testing

Added testing

* Changed if condition to get the expression evaluated correctly

Pulling dashboard version automatically for E2E tests

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

Changed if condition to get the expression evaluated correctly

Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-04 10:02:30 -08:00
Dmitry Shmulevich 0f9d0d3a89
replaced license headers (#855)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Long Dai 4ccf10f9e4
ci: standard linter config (#793)
Signed-off-by: Long <long0dai@foxmail.com>
Signed-off-by: Long <long.dai@intel.com>
2021-11-01 19:01:51 +05:30
Bernd Verst 7affabbbc2
Allow specifying of runtime-version via Env Var for `dapr init` (#806)
* Allow specifying of runtime-version via Env Var

* Change order of preference for runtimeVersion command
2021-10-07 16:48:10 -07:00
Long Dai 909b989128
log error info to stderr (#750)
Signed-off-by: Long Dai <long0dai@foxmail.com>

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-08-24 23:32:19 -07:00
Phil Kedy e966e40694
Add --wait amd --timeout flags for dapr init -k which are passed to Helm (#629)
* Added --wait flag for dapr init -k which is passed on to Helm

* Simplification

* Added --timeout flag to kubernetes init, upgrade, and uninstall

* Tweaks

* Tweak

* Fixing conflict after merge from master

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-03-17 11:15:18 -07:00
Yaron Schneider f045249e71
fix preserveUnknownFields upgrade (#602) 2021-02-15 11:34:03 -08:00
Yaron Schneider 3ee9e53338
add renewed headers (#588) 2021-02-10 08:37:08 -08:00
Betula-L 49afc98aa6
support assign specified dashboard version for init (#535)
Signed-off-by: luhualin <n.betula.lu@gmail.com>

Co-authored-by: root <root@nvm-ops-image-lnx-1>
2021-01-25 10:14:26 -08:00
Yaron Schneider 60a0e04538
Fix wrong URL 2021-01-12 08:49:11 -08:00
Yaron Schneider 53cfd114ef
Add support for all helm values on init/upgrade (#575)
* add support for all helm options on init/upgrade

* update readme
2021-01-06 16:07:04 -08:00
Mukundan Sundararajan 6c00c081ff remove extra line 2020-12-11 16:23:55 -08:00
Mukundan Sundararajan d99ce1af5f update init example 2020-12-11 16:23:27 -08:00
Mukundan Sundararajan d09b09c0dd
Remove redis-host flag, fix configs and uninstall with network flag. (#546) 2020-12-10 21:33:03 -08:00
Mukundan Sundararajan 51bbd0a171
updated help messages. provide example for commands. (#544) 2020-12-08 12:04:11 -08:00
Artur Souza 6a303e71f7
Rewording of help messages. (#501)
* Delete reference docs, since docs website has those now.

* Rewording of help messages.
2020-10-29 16:08:21 -07:00
Aaron Crawfis 4591a9d37b Update docs links 2020-10-23 11:18:30 -07:00
Mukundan Sundararajan 24ca35d78b
Upgrade to linter v1.31.0 (#447)
* Upgrade to linter v1.30.0

* Remove --fix from lint

* Fix linter issues

* use golang-ci lint action

* Fix linter version

* add linter patch version

* remove linter patch version
2020-10-07 17:24:12 -07:00
Yaron Schneider 2dfe958269
Refactor init on kubernetes to use Helm (#432)
* refactor init on kubernetes to use Helm

* linter

* linter 2

* update README

* change repo url
2020-08-13 12:59:47 -07:00
Yaron Schneider 06d64bf7ac
make version flags consistent for init/uninstall (#425) 2020-07-30 08:41:35 -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
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
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
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
Shalabh Mohan Shrivastava 86e6d6d65d
Adding support for --runtime-version flag for dapr init k8s (#316)
* Adding support for --runtime-version flag for dapr init k8s

* fixing lint error and changing the command text version

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-09 17:01:04 -07:00
Shalabh Mohan Shrivastava 43a4a9809e
Updating dapr init -k installation message (#317)
* Updating dapr init -k installation message

* Resolving code review comments.
2020-04-08 17:04:54 -07:00
Carlos Landeras b482ac133c
Add Kubernetes shorthand k to init, list and logs cli commands (#282)
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-02-25 14:57:53 -08:00
Yaron Schneider 53e86a1b3a
add gcp auth (#266)
* add gcp auth

* linter

* add all auth

* fix auth

* add get started message

* shorten url
2020-02-13 21:17:08 -08:00