@cloud-cli/env
TypeScript icon, indicating that this package has built-in type declarations

1.3.5 • Public • Published

env

Storage for app environment variables

Usage

cloudy.conf.mjs:

import env from '@cloud-cli/env'
export default { env };
cy env.reload
cy env.set --app test --key key --value 123
cy env.apps
cy env.show --app test
cy env.get --app test --key key
cy env.delete --app test --key key

Readme

Keywords

Package Sidebar

Install

npm i @cloud-cli/env

Weekly Downloads

0

Version

1.3.5

License

MIT

Unpacked Size

3.82 kB

Total Files

4

Last publish

Collaborators

  • darlanalves