Jasey Waegebaert
Jasey Waegebaert
One small detail, as this is a `get` command we won't need to define any default properties. But besides that, it looks good to go.
All yours @MartinM85!
Another detail, maybe change the description to something like `Gets properties of the multitenant organization.`
@ADTmux, if you don't have access to any kind of dev tenant then I'm afraid you won't be able to test the command. Admin rights are required especially when working...
Hey @nicodecleyre, pardon for the late reply. There seem to be some conflicts, would you mind taking a look at them?
Looks good! @MathijsVerbeeck, do you want to work on this one?
All good for me, then I would also assume we will go with `new` as default.
@SmitaNachan, you shouldn't necessarily need to change any commands but rather make changes to the way that the `npm run watch` command works. Be sure to check out Waldeks comment...
@SmitaNachan, let's try some different approaches. Running `npm run build && npm run watch` isn't the most efficient, but we could run benchmark tests to get a clear picture. I...
That seems like a good start. Although I'm not quite sure if we'll need the `copy-files.js`, you'll need to see what the results are if you include or exclude it....