New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

upcf

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upcf

ueqt common pcf library

latest
Source
npmnpm
Version
1.0.111
Version published
Maintainers
1
Created
Source

upcf

ueqt common pcf library

Usage

Schema

# 全量生成
upcf schema ts <tablelogicalname1> <tablelogicalname2> --path "./"
upcf schema cs <tablelogicalname1> <tablelogicalname2> --path "./" --namespace "Philips.Service."
# 根据文件使用到的生成
upcf schema ts <tablelogicalname1> <tablelogicalname2> --path "./" --clean
upcf schema cs <tablelogicalname1> <tablelogicalname2> --path "./" --namespace "Philips.Service." --clean

Installation pacx

dotnet tool install -g Greg.Xrm.Command
pacx auth create -n "philips-dev" -cs "AuthType=ClientSecret;url=https://contosotest.crm.dynamics.com;ClientId={AppId};ClientSecret={ClientSecret}"

webresource

mkdir ./webresources
pacx wr init -r -s my_solution_name -f ./webresources
cd ./webresources
pacx wr push -p myjs -s my_solution_name  

FAQs

Package last updated on 05 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts