Skip to content

Commit 195b448

Browse files
committed
docs: Updates readme and removes old release code
1 parent c5f776f commit 195b448

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Take control of your third party APIs
44

55
# Getting Started
66

7-
You'll need your API key from taskless.io to use Taskless' dynamic pack loading, remote cofiguration, and dashboard packages. If you don't have an API key, you can sign up for free at [taskless.io](https://taskless.io).
8-
97
```bash
108
npm install @taskless/loader
119
# or
@@ -17,18 +15,26 @@ pnpm add @taskless/loader
1715
Once you've installed the Taskless loader into your node dependencies, it's as easy as:
1816

1917
```bash
20-
TASKLESS_API_KEY="your api key" node --import="@taskless/loader" start.js
18+
node --import="@taskless/loader" start.js
2119
```
2220

2321
# Advanced Features
2422

23+
## Taskless Cloud
24+
25+
You'll need your API key from taskless.io to use Taskless' dynamic pack loading, remote cofiguration, and dashboard packages. If you don't have an API key, you can request one at [taskless.io](https://taskless.io). With an API key in hand, you can update your node.js start command:
26+
27+
```bash
28+
TASKLESS_API_KEY="your api key" node --import="@taskless/loader" start.js
29+
```
30+
2531
## Autoloading Options
2632

27-
| env | values | description |
28-
| :------------------- | :------------------------------- | :---------------------------------------------- |
29-
| `TASKLESS_API_KEY` | `string` | Your Taskless API key |
30-
| `TASKLESS_LOG_LEVEL` | `debug`, `info`, `warn`, `error` | Sets the log level |
31-
| `TASKLESS_OPTIONS` | `key1=value1;key2=value2...` | Set key/value pairs for the Taskless Autoloader |
33+
| env | values | description |
34+
| :------------------- | :---------------------------------------- | :---------------------------------------------- |
35+
| `TASKLESS_API_KEY` | `string` | Your Taskless API key |
36+
| `TASKLESS_LOG_LEVEL` | `trace`, `debug`, `info`, `warn`, `error` | Sets the log level |
37+
| `TASKLESS_OPTIONS` | `key1=value1;key2=value2...` | Set key/value pairs for the Taskless Autoloader |
3238

3339
## Programatic API
3440

RELEASING.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)