Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit cff8a9b

Browse files
author
Sam McGeown
committed
Docs: Add --project flag to docs
1 parent b1645ef commit cff8a9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ cs-cli create pipeline --importPath /Users/sammcgeown/Desktop/cs-cli/pipelines
164164
cs-cli update pipeline --importPath /my/updated-pipe.yaml
165165
# Update existing pipelines from folder
166166
cs-cli update pipeline --importPath /Users/sammcgeown/Desktop/cs-cli/pipelines
167+
# Import a pipeline to a specific Project (overriding the YAML definition)
168+
cs-cli create pipeline --importPath export/pipelines/Field-Demo-Chat-App.yaml --project "Field Demo"
167169
```
168170

169171

@@ -268,6 +270,8 @@ cs-cli create endpoint --importPath /path/to/my/endpoint.yaml
268270
# Note: You cannot change the endpoint name - this
269271
# will result in a new endpoint being created
270272
cs-cli update endpoint --importPath updated-endpoint.yaml
273+
# Import an endpoint to a specific Project (overriding the YAML)
274+
cs-cli create endpoint --importPath /path/to/my/endpoint.yaml --project "Field Demo"
271275
```
272276

273277
Delete an endpoint

0 commit comments

Comments
 (0)