generator-ccc icon indicating copy to clipboard operation
generator-ccc copied to clipboard

Yeoman Generator for Callaway Cloud Salesforce Projects

Results 38 generator-ccc issues
Sort by recently updated
recently updated
newest added

Upgraded to the latest and got this error ```Entity type 'LightningComponentBundle' is not available in this api version``` Per [this forum](https://salesforce.stackexchange.com/a/250746/594) the culprit is the `sourceApiVersion` in `sfdx-project`.json Would be...

Thinking it might be a Windows 10 specific issue, but after running all of the setup steps in my repo on Windows 10 and deploying to bitbucket, I was getting...

good first issue

Every once in a while a deployment doesn't work out. Then comes the rollback. It would be pretty sweet if we could make that entail only clicking one more "Run"...

enhancement
pipeline

Probably being overly OCD here, but would be nice if the deploy directory got purged every once in a while, maybe part of the `npm run clean`?

As i've started to use git:package more I'm always accidentally editing the file in the deploy directory not the one in the sfdx package directory.

In a few cases working on projects where all the deployments are handled by a separate process. Would be nice to have a config variable to disable the pull request...

If the person setting this up is different than the person working day to day on the project it's easy for upgrades to get missed. One approach could be to...

**Scenario (intentionally simplified for demonstration purposes)** - master branch just has apex classes - you create a feature branch for some new apex - to get it working right you...

Might be nice to run a `sfdx force:mdapi:deploy --checkOnly -l NoTestRun` automatically on PR so that we know that all the required metadata is included as soon as the PR...

pipeline

would be nice to have to make sure everyone is running the latest project config. Might not be worth the effort