This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks: | |
create_special_user: | |
class_path: cumulusci.tasks.sfdx.SFDXOrgTask | |
options: | |
command: "force:user:create --definitionfile datasets/users/user-special.json" | |
flows: | |
config_dev: | |
steps: | |
3: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-07-28T23:26:41.787Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\IEUser\Documents\GitHub\CumulusCI-Test>cci task run dx_pull --org dev | |
2020-01-16 16:09:00: Running command: sfdx force:source:pull -u [email protected] | |
2020-01-16 16:09:00: Beginning task: SFDXOrgTask | |
2020-01-16 16:09:00: As user: [email protected] | |
2020-01-16 16:09:00: In org: 00D3D000000AQiL | |
2020-01-16 16:09:00: | |
2020-01-16 16:09:00: Running command: sfdx force:source:pull -u [email protected] | |
2020-01-16 16:09:05: STATE FULL NAME TYPE PROJECT PATH | |
2020-01-16 16:09:05:--- Logging error --- | |
Traceback (most recent call last): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unpackaged | |
├── config | |
│ └── trial | |
│ ├── package.xml | |
│ └── profiles | |
│ └── Admin.profile | |
├── post | |
│ └── config | |
│ ├── applications | |
│ │ └── K12Kit.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cci flow run beta_dependencies | |
cci task run install_managed_beta | |
cci flow run config_managed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> /usr/local/Cellar/cumulusci/2.3.1/libexec/bin/pip install -v --no-deps --no-binary :all: | |
Last 15 lines from /Users/jestevez/Library/Logs/Homebrew/cumulusci/03.pip: | |
Created temporary directory: /private/tmp/pip-install-x0az8f64 | |
Cleaning up... | |
Removed build tracker '/private/tmp/pip-req-tracker-71aqe9lu' | |
Directory '/private/tmp/cumulusci--entrypoints-20190215-57167-ft6f23' is not installable. Neither 'setup.py' nor 'pyproject.toml' found. | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/cumulusci/2.3.1/libexec/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 179, in main | |
status = self.run(options, args) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-02-24T21:12:10.498Z","extensionVersion":"v3.2.4"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CumulusCI | |
alias ccfi='cci flow info' | |
alias ccfl='cci flow list' | |
alias ccfr='cci flow run' | |
alias ccob='cci org browser' | |
alias ccoc='cci org connect' | |
alias ccod='cci org default' | |
alias ccoi='cci org info' | |
alias ccol='cci org list' | |
alias ccor='cci org remove' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
usage: dpt-notes-sync.py ip_address | |
""" | |
import datetime | |
import json | |
import os | |
from dateutil import parser as dateparser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
/* | |
// Place your snippets for Apex here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
// same ids are connected. | |
// Example: | |
"Print to console": { | |
"prefix": "log", | |
"body": [ |
NewerOlder