ninthclowd / NetSuiteSDF

NetSuiteSDF CLI extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetSuiteSDF-CI Extension

Introduction

This is a fork of https://github.com/christopherwxyz/NetSuiteSDF with support for 2020.2 authentication ids. Does not require an .sdf-cli file in your project

  • does not need a .sdfcli.json file
  • will check for suitecloud.config.js, using the defaultProjectFolder if specified
  • quick deploy is removed
  • default deploy.xml template includes all files and objects
  • adding files to deploy works on windows
  • right-click deploy.xml to deploy to account
  • right-click manifest.xml to add dependencies
  • right-click individual resources to download them individually
  • right-click folders to download all resources in the folder recursively
  • SDF: Add Environment command to connect a new account environment
  • SDF: Remove Environment command to connect a new account environment
  • adding file to deploy.xml removes any existing glob
  • better environment selection / async handling
  • progress bars

Install

npm install -g vsce
vsce package
code --install-extension ./netsuitesdf-ci-0.0.5.vsix

About

NetSuiteSDF CLI extension for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%