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
Copy file name to clipboardExpand all lines: docs-v2/pages/core/cli/install.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Download the appropriate [Linux CLI build](#cli-builds) for your architecture. U
52
52
53
53
## CLI Builds
54
54
55
-
Pipedream publishes the following builds of the CLI. If you need to use the CLI on another OS or architecture, [please reach out](https://docs.pipedream.com/support/).
55
+
Pipedream publishes the following builds of the CLI. If you need to use the CLI on another OS or architecture, [please reach out](https://pipedream.com/support/).
Copy file name to clipboardExpand all lines: docs-v2/pages/core/contributing/components/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import VideoPlayer from '@/components/VideoPlayer'
7
7
8
8
Components are [Node.js modules](api/#component-structure) that run on Pipedream's serverless infrastructure. They can use Pipedream managed auth for [{process.env.PUBLIC_APPS}+ apps](https://pipedream.com/explore) (for both OAuth and key-based APIs) and [use most npm packages](api/#using-npm-packages) with no `npm install` or `package.json` required.
9
9
10
-
Components are most commonly used as the building blocks of Pipedream workflows, but they can also be used like typical serverless functions. You can explore curated components for popular apps in Pipedream's [Marketplace](https://pipedream.com/explore) and [GitHub repo](https://github.com/pipedreamhq/pipedream/tree/master/components) or you can author and share your own.
10
+
Components are most commonly used as the building blocks of Pipedream workflows, but they can also be used like typical serverless functions. You can explore curated components for popular apps in Pipedream's [Marketplace](https://pipedream.com/explore) and [GitHub repo](https://github.com/PipedreamHQ/pipedream/tree/master/components) or you can author and share your own.
11
11
12
12
<Callouttype="info">
13
13
Our TypeScript component API is in **beta**. If you're interested in developing TypeScript components and providing feedback, [see our TypeScript docs](/core/contributing/components/typescript/).
@@ -99,7 +99,7 @@ Finally, the target app must be integrated with Pipedream. You can explore all a
99
99
100
100
### Component API Reference
101
101
102
-
After getting familiar with source/action development using the quickstart guides, check out [the Component API Reference](/core/contributing/components/api//) and [examples on GitHub](https://github.com/pipedreamhq/pipedream/tree/master/components) to learn more.
102
+
After getting familiar with source/action development using the quickstart guides, check out [the Component API Reference](/core/contributing/components/api//) and [examples on GitHub](https://github.com/PipedreamHQ/pipedream/tree/master/components) to learn more.
Copy file name to clipboardExpand all lines: docs-v2/pages/core/contributing/components/typescript.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ During the beta, the `@pipedream/types` package and other TypeScript configurati
14
14
15
15
## Why TypeScript?
16
16
17
-
Most Pipedream components in [the registry](https://github.com/PipedreamHQ/pipedream/) are written in Node.js. Writing components in TypeScript can reduce bugs and speed up development, with very few changes to your code.
17
+
Most Pipedream components in [the registry](https://github.com/PipedreamHQ/pipedream) are written in Node.js. Writing components in TypeScript can reduce bugs and speed up development, with very few changes to your code.
18
18
19
19
If you haven't written TypeScript, start with [this tutorial](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html).
20
20
@@ -26,7 +26,7 @@ If you've never developed Pipedream components before, [start here](/core/contri
26
26
27
27
### Developing TypeScript components in the `PipedreamHQ/pipedream` registry
28
28
29
-
1.[Fork and clone the repo](https://github.com/PipedreamHQ/pipedream/).
29
+
1.[Fork and clone the repo](https://github.com/PipedreamHQ/pipedream).
Copy file name to clipboardExpand all lines: docs-v2/pages/core/contributing/index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ import { FileTree } from 'nextra/components'
3
3
4
4
# Pipedream Registry
5
5
6
-
When developing workflows with pre-built actions and triggers, under the hood you're using [components](/core/contributing/components/) from the [Pipedream Registry Github Repository](https://github.com/pipedreamhq/pipedream).
6
+
When developing workflows with pre-built actions and triggers, under the hood you're using [components](/core/contributing/components/) from the [Pipedream Registry Github Repository](https://github.com/PipedreamHQ/pipedream).
7
7
8
-
Components contributed to the [Pipedream Registry Github Repository](https://github.com/pipedreamhq/pipedream) are published to the [Pipedream marketplace](https://pipedream.com/apps) and are listed in
8
+
Components contributed to the [Pipedream Registry Github Repository](https://github.com/PipedreamHQ/pipedream) are published to the [Pipedream marketplace](https://pipedream.com/apps) and are listed in
9
9
the Pipedream UI when building workflows.
10
10
11
11
<Callouttype="info">
@@ -58,7 +58,7 @@ Anyone from the community can build [sources](/core/workflows/triggers/) and [ac
58
58
59
59
To submit new components or update existing components:
60
60
61
-
1. Fork the public [Pipedream Registry Github Repository](https://github.com/pipedreamhq/pipedream).
61
+
1. Fork the public [Pipedream Registry Github Repository](https://github.com/PipedreamHQ/pipedream).
62
62
2. Create a new component within the corresponding app's directory within the `components` directory (if applicable).
63
63
3.[Create a PR for the Pipedream team to review](https://github.com/PipedreamHQ/pipedream/compare).
64
64
4. Address any feedback provided by Pipedream based on the best practice [Component Guidelines & Patterns](/core/contributing/components/guidelines/).
@@ -85,15 +85,15 @@ actions for Pipedream's registry.
Copy file name to clipboardExpand all lines: docs-v2/pages/core/environment-variables.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ You can reference the value of environment variables using `{{process.env.YOUR_E
115
115
/>
116
116
117
117
<Callouttype="info">
118
-
[Private components](https://pipedream.com/docs/workflows/contributing/components#using-components) (actions or triggers) do not have direct access to workspace or project variables as public components or code steps. Add a prop specifically for the variable you need. For sensitive data like API keys, [configure the prop as a secret](https://pipedream.com/docs/workflows/contributing/components/api#props). In your prop configuration, set the value to `{{process.env.YOUR_ENV_VAR}}` to securely reference the environment variable.
118
+
[Private components](/core/contributing/components/#using-components) (actions or triggers) do not have direct access to workspace or project variables as public components or code steps. Add a prop specifically for the variable you need. For sensitive data like API keys, [configure the prop as a secret](/core/contributing/components/api/#props). In your prop configuration, set the value to `{{process.env.YOUR_ENV_VAR}}` to securely reference the environment variable.
Copy file name to clipboardExpand all lines: docs-v2/pages/core/event-history.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import ArcadeEmbed from '@/components/ArcadeEmbed'
4
4
5
5
# Event History
6
6
7
-
Monitor all workflow events and their stack traces in one centralized view under the [**Event History**](https://pipedream.com/workflows/event-history) section in the dashboard.
7
+
Monitor all workflow events and their stack traces in one centralized view under the [**Event History**](https://pipedream.com/event-history) section in the dashboard.
8
8
9
9
Within the **Event History**, you'll be able to filter your events by workflow, execution status, within a specific time range.
Copy file name to clipboardExpand all lines: docs-v2/pages/core/git.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,9 +195,9 @@ Yes, you can use the GitHub Syncing feature to develop your workflows from YAML
195
195
Then pushing changes to the `production` branch will trigger a deploy for your Pipedream workflows.
196
196
197
197
### Why am I seeing the error "could not resolve step[index].uses: component-key@version" when merging to production?
198
-
This error occurs when a workflow references a [private component](https://pipedream.com/docs/workflows/contributing/components#using-private-actions) without properly prefixing the component key with your workspace name in the `workflow.yaml` configuration file. Pipedream requires this prefix to correctly identify and resolve components specific to your workspace.
198
+
This error occurs when a workflow references a [private component](/core/contributing/components/#using-private-actions) without properly prefixing the component key with your workspace name in the `workflow.yaml` configuration file. Pipedream requires this prefix to correctly identify and resolve components specific to your workspace.
199
199
200
-
For example, if you modified a [registry action](https://pipedream.com/docs/apps/contributing) and published it privately, the correct component key should be formatted as `@workspacename/component-key@version` (e.g., `@pipedream/[email protected]`).
200
+
For example, if you modified a [registry action](/core/contributing/) and published it privately, the correct component key should be formatted as `@workspacename/component-key@version` (e.g., `@pipedream/[email protected]`).
201
201
202
202
To resolve this error:
203
203
@@ -206,7 +206,7 @@ To resolve this error:
206
206
3. Add your workspace name prefix to the component key, ensuring it follows the format `@workspacename/component-key@version`.
207
207
4. Commit your changes and push them to your repository.
208
208
5. Open your project in the Pipedream UI and select your development branch.
209
-
6. Click on **Merge to Production** and verify the deployment success in the [Changelog](https://pipedream.com/docs/workflows/git#use-the-changelog).
209
+
6. Click on **Merge to Production** and verify the deployment success in the [Changelog](/core/git/#use-the-changelog).
210
210
7. If the issue persists, [reach out to Pipedream Support](https://pipedream.com/support) for further assistance.
211
211
212
212
### Why am I seeing an error about "private auth mismatch" when trying to merge a branch to production?
0 commit comments