client/docs/cmd
Boaz Shuster 539a5a97a6
Add option to allow enviornment variables using file (#1433)
* Add `GetEnvsFromFile` to `util`
* Add to `podspec` flags `--env-file` and `EnvFile` to `PodSpec`.
* If `env-file` is specified load env vars from file to memory,
  convert them into ordered map and pass them to UpdateEnvVars function
  by setting custom args for each one of them instead of using command line args.

Signed-off-by: Boaz <boaz.shuster.github@gmail.com>
2021-09-21 11:41:38 -07:00
..
kn.md Add support for multi-containers (#1382) 2021-08-09 12:25:12 -07:00
kn_broker.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_broker_create.md Adding class option to broker create (#1402) 2021-08-06 06:36:20 -07:00
kn_broker_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_broker_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_broker_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_channel.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_channel_create.md Upgrade Eventing API from v1beta1 to v1 (#1284) 2021-04-08 07:42:51 -07:00
kn_channel_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_channel_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_channel_list-types.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_channel_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_completion.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_container.md Add support for multi-containers (#1382) 2021-08-09 12:25:12 -07:00
kn_container_add.md Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
kn_domain.md Add DomainMapping CRUD commands (#1267) 2021-04-01 08:53:23 -07:00
kn_domain_create.md Adding --tls option to domain create command (#1419) 2021-08-10 05:09:13 -07:00
kn_domain_delete.md Add DomainMapping CRUD commands (#1267) 2021-04-01 08:53:23 -07:00
kn_domain_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_domain_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_domain_update.md Add DomainMapping CRUD commands (#1267) 2021-04-01 08:53:23 -07:00
kn_options.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_plugin.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_plugin_list.md Deprecate `lookup-path` option and updated relevant documentation (#1422) 2021-08-10 03:54:12 -07:00
kn_revision.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_revision_delete.md add --prune & --prune-all options to delete all the unreferenced revisions (#1217) 2021-03-15 02:26:00 -07:00
kn_revision_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_revision_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_route.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_route_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_route_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_service.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_service_apply.md Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
kn_service_create.md Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
kn_service_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_service_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_service_export.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_service_import.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_service_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_service_update.md Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
kn_source.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_apiserver.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_apiserver_create.md Update Eventing Sources API to v1 (#1299) 2021-05-03 03:12:58 -07:00
kn_source_apiserver_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_apiserver_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_apiserver_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_apiserver_update.md Update Eventing Sources API to v1 (#1299) 2021-05-03 03:12:58 -07:00
kn_source_binding.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_binding_create.md Update --sink flag description (#1271) 2021-03-30 01:23:20 -07:00
kn_source_binding_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_binding_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_binding_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_binding_update.md Update --sink flag description (#1271) 2021-03-30 01:23:20 -07:00
kn_source_container.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_container_create.md Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
kn_source_container_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_container_describe.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_container_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_container_update.md Add option to allow enviornment variables using file (#1433) 2021-09-21 11:41:38 -07:00
kn_source_list-types.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_ping.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_ping_create.md Adding base64 data handling to ping update command (#1392) 2021-07-26 02:59:15 -07:00
kn_source_ping_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_source_ping_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_ping_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_source_ping_update.md Adding base64 data handling to ping update command (#1392) 2021-07-26 02:59:15 -07:00
kn_subscription.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_subscription_create.md Update --sink flag description (#1271) 2021-03-30 01:23:20 -07:00
kn_subscription_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_subscription_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_subscription_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_subscription_update.md Update --sink flag description (#1271) 2021-03-30 01:23:20 -07:00
kn_trigger.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_trigger_create.md Update --sink flag description (#1271) 2021-03-30 01:23:20 -07:00
kn_trigger_delete.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00
kn_trigger_describe.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_trigger_list.md Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
kn_trigger_update.md Update --sink flag description (#1271) 2021-03-30 01:23:20 -07:00
kn_version.md feat: Add `--context` flag to choose specific context from kubeconfig (#1234) 2021-02-23 00:54:46 -08:00