Webiny-js webiny-admin-env-config-catalog
install
source · Clone the upstream repo
git clone https://github.com/webiny/webiny-js
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/webiny/webiny-js "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/user-skills/generated/admin/env-config" ~/.claude/skills/webiny-webiny-js-webiny-admin-env-config-catalog && rm -rf "$T"
manifest:
skills/user-skills/generated/admin/env-config/SKILL.mdsource content
admin/env-config
How to Use
- Find the abstraction you need below
- You MUST read the source file to get the exact interface and types!
- Import:
import { Name } from "<importPath>";
Abstractions
Name:
EnvConfig
Import: import { EnvConfig } from "webiny/admin/env-config"
Source: @webiny/app/features/envConfig/index.ts
Name:
useEnvConfig
Import: import { useEnvConfig } from "webiny/admin/env-config"
Source: @webiny/app/presentation/envConfig/useEnvConfig.ts
Description: Returns the EnvConfig instance from DI.
Useful when you want to access EnvConfig inside components and hooks.