atSCM / atscm

Source code management utilities for atvise
https://atscm.github.io
7 stars 2 forks source link

Is there a way to only import specific files via `atscm push`? #454

Open JenniferFalkenstein opened 2 years ago

JenniferFalkenstein commented 2 years ago

Is your feature request related to a problem? Please describe. We are currently developing a testing tool to test Serverscripts on Atvise. Since we don't need all Serverscripts to be pushed on the atvise server, when only testing one, we wondered if there is a way to not push everything in our ./src folder, but only e.g. ./src/SYSTEM/LIBRARY/PROJECT/SERVERSCRIPTS/ping.

Describe the solution you'd like It would be nice to either have some configurations set in Atviseproject.ts, where we can specify which files/folders should be pushed or modify them via cli, e.g. atscm push file/or/folder/to/be/pushed.

If this is already possible, may you tell us how to do it?