Commit b871774
feat: source tracking beta commands
* refactor: redo open for sfdx-core dependency reasons
* test: ebikes for nuts
* feat: source tracking commands in source:beta
* test: nuts for source tracking commands
* docs: new subtopics
* chore: remove imported asserted project/org
* chore: restore breaking comma
* chore: bump source tracking version
* chore: rebuild with latest lockfile
* refactor: feedback from WR
* style: typo and cleaner concats
* chore: pr feedback
* refactor: pull more like retrieve
* refactor: status formatter
* test: remove unused export
* chore: bump stl
* fix: missing header for pull
* fix: show conflicts from both remote and local, including remote filename
* test: better output, workaroun for Audience type
* refactor: consistent naming of command classes
* refactor: push feedback
* style: comment is no longer a question
* test: ebikes from clone instead of fs
* fix: status flags are better
* test: nuts with conn adjusted for git checkout
* chore: bump sdr for Created state fix
* test: unignore profiles
* test: was not using ebikes, revert
* chore: change status' flags in snapshot
* feat: show conflicts from both remote and local, including remote filename
* fix: show conflicts from both remote and local, including remote filename
* test: better output, workaroun for Audience type
* fix: push gets its own formatter for json reasons
* fix: missing pull messages
* chore: bump SDR to 4.5.7 (#253)
* chore(release): 1.2.3 [ci skip]
* Updated/Added CODEOWNERS with ECCN
* chore(release): 1.2.4 [ci skip]
* chore: sync .gitignore [skip-validate-pr] (#251)
Authored via Leif
* test: parallelize nuts, exclude async deploy nut
* test: one NUT for special types
* test: remove tracking NUTs
* ci: custom nut commands
* test: fix folderTypes, cross-env for windows
* test: cross-env for windows SEED_FILTER, nyc only top-level
* ci: no sha; change nut order
* test: deploy nuts in parallel
* ci: disable async nuts
* test: exclude async nuts
* test: revert async-exclude
* test: revert tsconfig, revert config.yml
* test: exclude env for seeds
* feat: mark ignores
* feat: status shows remote ignores
* refactor: consistent naming of command classes
* refactor: push feedback
* style: comment is no longer a question
* test: ebikes from clone instead of fs
* fix: status flags are better
* test: nuts with conn adjusted for git checkout
* chore: bump sdr for Created state fix
* test: unignore profiles
* test: was not using ebikes, revert
* chore: change status' flags in snapshot
* refactor: move status logic to STL
* test: update ignore nut
* style: formatting line length
* fix: push uses correct json
* test: update tests for new push json format
* test: ut on lts, not node17
* Wr/destructive deploy (#230)
* fix: implementing destructive change deploy, 1 NUT
* chore: add NUTs, fix UTs
* chore: post-review board updates
* chore: fix linting
* chore: minor updates to flag logic, redo NUT query method
* chore: remove unnecessary checks in NUTs
* chore: bump SDR to 5, include deploy:destructive in NUTs
* chore(release): 1.2.5 [ci skip]
* fix: use cross-env for test:nuts script (#260)
* chore(release): 1.2.6 [ci skip]
* chore: unhide beta commands
* chore: bump SDR and STL
* test: and tracking nuts
* ci: windows UT
* test: nuts are hub-auth-agnostic
* ci: windows only
* ci: restore windows tests
Co-authored-by: Willie Ruemmele <[email protected]>
Co-authored-by: SF-CLI-BOT <[email protected]>
Co-authored-by: svc-scm <[email protected]>
Co-authored-by: Steve Hetzel <[email protected]>
* Sm/quiet-flag (#259)
* fix: push gets its own formatter for json reasons
* fix: missing pull messages
* feat: mark ignores
* feat: status shows remote ignores
* refactor: move status logic to STL
* test: update ignore nut
* style: formatting line length
* fix: push uses correct json
* test: update tests for new push json format
* test: ut on lts, not node17
* test: include tracking nuts
* feat: quiet flag on push (for stdout and json)
* test: put the individual tracking nuts back
* feat: quiet shows only failures in json
* refactor: simplify quiet logic
* test: ut for formatter with quiet
* feat: show ignored if any
* refactor: ignored as first column
* fix: no spinner for conflict check on --overwrite
* fix: early exit when there are no results
* fix: handle no-result (deletes only, or no changes)
* chore: bump sdr and stl
Co-authored-by: Willie Ruemmele <[email protected]>
Co-authored-by: SF-CLI-BOT <[email protected]>
Co-authored-by: svc-scm <[email protected]>
Co-authored-by: Steve Hetzel <[email protected]>1 parent 84396b7 commit b871774
File tree
35 files changed
+2226
-149
lines changed- .circleci
- messages
- src
- commands/force/source
- beta
- tracking
- formatters
- test
- commands/source
- formatters
- nuts/trackingCommands
35 files changed
+2226
-149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
2 | 27 | | |
3 | 28 | | |
4 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments