You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Provides guidance on setting up Starship, a unified development and testing environment for Cosmos chains.
39
-
- Features a powerful configuration generator (`generateStarshipConfig`) that creates detailed `config.yaml` files based on user inputs for chains, relayers, explorers, and more.
39
+
- Features a powerful configuration helper (`generateStarshipConfig`) that provides comprehensive documentation and type definitions to assist in creating detailed `config.yaml` files.
40
40
- Includes a validation tool (`verifyStarshipConfig`) to parse and check Starship YAML configurations against the official schema, ensuring correctness before deployment.
Copy file name to clipboardExpand all lines: docs/references.mdx
+5-46Lines changed: 5 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,57 +65,16 @@ Tools for interacting with Starship, the unified development and testing environ
65
65
66
66
### `generateStarshipConfig`
67
67
68
-
-**Description**: Generates a Starship configuration file in YAML format based on detailed input options then creates the file (e.g., `starship/config.yaml`) in the workspace.
68
+
-**Description**: This tool helps generate Starship configuration files by providing comprehensive documentation and type definitions.
-`configFilePath` (string, required): The absolute path to the Starship configuration file (e.g., `<current_working_directory>/starship/config.yaml`).
0 commit comments