-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added note on --allowed-origins flag (#5436)
* Added note on --allowed-origins flag Added under get-started where we mention start a new rill project as a note, added the flag to references/cli/start.md * Improve --allowed-origins CLI usage + regenerate CLI docs * Update get-started.md --------- Co-authored-by: Benjamin Egelund-Müller <b@egelund-muller.com>
- Loading branch information
1 parent
075e80e
commit 45a082b
Showing
9 changed files
with
64 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
note: GENERATED. DO NOT EDIT. | ||
title: rill project splits | ||
--- | ||
## rill project splits | ||
|
||
List splits for a model | ||
|
||
``` | ||
rill project splits [<project>] <model> [flags] | ||
``` | ||
|
||
### Flags | ||
|
||
``` | ||
--project string Project Name | ||
--path string Project directory (default ".") | ||
--model string Model Name | ||
--local Target locally running Rill | ||
--page-size uint32 Number of splits to return per page (default 50) | ||
--page-token string Pagination token | ||
``` | ||
|
||
### Global flags | ||
|
||
``` | ||
--api-token string Token for authenticating with the cloud API | ||
--format string Output format (options: "human", "json", "csv") (default "human") | ||
-h, --help Print usage | ||
--interactive Prompt for missing required parameters (default true) | ||
--org string Organization Name | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [rill project](project.md) - Manage projects | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters