@awfn/cli
v0.1.14
Published
Appwrite/Written CLI Utilities
Downloads
35
Readme
@awfn/cli
Appwrite/Written CLI Utilities & Command Wrappers. This is mainly designed for use with @written/create-function
.
Installation
In your function, run:
pnpm i @awfn/cli -D
Usage
# Build the current Written function
aw-fn build;
# Build & Deploy the current Written function
aw-fn deploy;
# Watch the current Written function for changes, rebuilding & deploying on change.
aw-fn watch; # set DEPLOY_IMMEDIATELY to also deploy immediately when running, and set SKIP_BUILD_BEFORE_DEPLOY to skip building before deploying.