Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sfdx-project): add name property to project schema #35

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

cafreeman
Copy link
Contributor

What does this PR do?

Adds a name property to the sfdx-project.json schema

What issues does this PR fix or reference?

https://gus.lightning.force.com/one/one.app#/alohaRedirect/a07AH0000009lOcYAI

Functionality Before

Functionality After

Should be no different except that the name field is documented.

@cafreeman cafreeman requested a review from a team as a code owner April 1, 2021 21:15
"name": {
"title": "name",
"type": "string",
"description": "The name of your SFDX project."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to "Salesforce project."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 changed

@cafreeman cafreeman force-pushed the cfreeman/add-name-to-project-schema branch from 092a33c to e94c6e9 Compare April 5, 2021 19:34
@lcampos
Copy link
Contributor

lcampos commented Apr 5, 2021

@cafreeman I think this is ok, are you also going to update the documentation around this file ? e.g. https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm, https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev2gp_config_file.htm

We should also open a PR to add this new attribute to the current scaffold commands in the Salesforce CLI (https://github.com/forcedotcom/salesforcedx-templates).

cc @ntotten @smaddox-sf

@cafreeman
Copy link
Contributor Author

@lcampos 👋 I've actually already opened up a PR over on the templates repo if you'd like to take a look forcedotcom/salesforcedx-templates#296

@cafreeman cafreeman merged commit 074a2fb into main Apr 6, 2021
@cafreeman cafreeman deleted the cfreeman/add-name-to-project-schema branch April 6, 2021 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants