appwrite/Setup Appwrite CLI
A GitHub Action to setup Appwrite CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | Appwrite Endpoint | no | https://cloud.appwrite.io/v1 |
| method | Login method either `key` or `email` | no | — |
| User email | no | — | |
| password | User password | no | — |
| project | Project ID | no | — |
| key | API Key | no | — |
| self_signed | Whether you are using a self-signed, local certificate | no | — |
| force | When set to `true`, push or pull actions will have the `--force` flag | no | false |
| all | When set to `true`, push or pull actions will have the `--all` flag | no | false |
| actions | List of appwrite actions to execute, you can use write the command with or without the leading `appwrite` ```yaml actions: |- appwrite push functions push collections ``` | no | — |
Outputs
no outputs