Command Glossary
Initializes the project settings:
- Default branch
- DevHub
- Repo provider
Needs to be run at least once per project, as other commands depend on the project settings.
USAGE
$ sfp init
Guided workflows for working with developer orgs, such as opening, creating and deleting an org.
USAGE
$ sfp org
Helpful utilities for dealing with packages in your project:
- Managing package versions and dependency versions
- Create a new package
USAGE
$ sfp package
Sync changes effortlessly between source repository and development environment
USAGE
$ sfp sync
Operations for working with work items:
- Create a new work item
- Switch to an existing work item
- Submit a work item
- Delete a work item
USAGE
$ sfp work
Last modified 1mo ago