Push a prompt to the hub. If the specified repo doesn't already exist, it will be created.
push(
repoFullName: string,
runnable: Runnable,
options: __type
): Promise<string>| Name | Type | Description |
|---|---|---|
repoFullName* | string | The full name of the repo. |
runnable* | Runnable | The prompt to push. |
options | __type |