command
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 12, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
piped
Development
How to run a piped at your local environment with using a fake control-plane
-
Prepare a .dev directory at the root of repository that contains a piped.key file
-
Ensure that your kube-context is connecting to right cluster
-
Run the following command to start running piped
bazelisk run --run_under="cd $PWD && " //cmd/piped:piped -- piped \
--log-encoding=humanize \
--use-fake-api-client=true \
--project-id=local-dev-project \
--piped-id=local-dev-piped \
--piped-key-file=.dev/piped.key \
--bin-dir=/tmp/piped-bin \
--config-file=pkg/config/testdata/piped/dev-config.yaml
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.