Skip to content

Hooks used in interacting with SuiteCloud Developer Framework projects

Notifications You must be signed in to change notification settings

BerganKDV/suitecloud-config-hooks

Repository files navigation

SuiteCloud Config Hooks

Hooks into Node version of SuiteCloud Developer Framework CLI. These can be executed automatically with SDF commands by creating a suitecloud.config.js file. Details on creating this file can be found in the Help Center.

Example suitecloud.config.js

const hooks = require('suitecloud-config-hooks');

module.exports = {
  commands: {
    'object:import': {
      onCompleted: hooks.organizeImportedObjects,
    }
  }
}

About

Hooks used in interacting with SuiteCloud Developer Framework projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published