Skip to content

Instantly share code, notes, and snippets.

@joeythomaschaske
Created January 23, 2024 15:13
Show Gist options
  • Save joeythomaschaske/58f6f938a69fa1eeb0297b0ca36551b1 to your computer and use it in GitHub Desktop.
Save joeythomaschaske/58f6f938a69fa1eeb0297b0ca36551b1 to your computer and use it in GitHub Desktop.
CumulusCI version: 3.77.0
Python version: 3.11.4 (/Users/User/.local/pipx/venvs/cumulusci/bin/python)
Environment Info: Darwin / arm64
Last Command Run
================================
/Users/User/.local/bin/cci org remove qa
A scratch org was already created, attempting to delete...
[01/23/24 09:11:33] Deleting scratch org with command: sfdx force:org:delete -p -u test-vh9md8lshlzf@example.com
[01/23/24 09:11:34] (node:11740) Warning: Deprecated environment variable: SFDX_DISABLE_TELEMETRY. Please use SF_DISABLE_TELEMETRY instead.
(Use `node --trace-warnings ...` to show where the warning was created)
Warning: The force:org:delete command is deprecated. Try "org delete scratch" or "org delete sandbox" instead.
Warning: The "-u" flag has been deprecated. Use "--target-org | -o" instead.
Error (1): No authorization information found for test-vh9md8lshlzf@example.com.
Failed to delete scratch org
Perhaps it was already deleted?
Removing org regardless.
Error: Could not find org named qa to delete. Deleting in project org mode. Is qa a global org?
Run this command for more information about debugging errors: cci error --help
Traceback (most recent call last):
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/cumulusci/cli/cci.py", line 91, in main
cli(args[1:], standalone_mode=False, obj=runtime)
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/cumulusci/cli/runtime.py", line 183, in new_func
func(runtime, *args, **kw)
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/cumulusci/cli/org.py", line 542, in org_remove
runtime.keychain.remove_org(org_name, global_org)
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/cumulusci/core/keychain/base_project_keychain.py", line 141, in remove_org
self._remove_org(name, global_org)
File "/Users/User/.local/pipx/venvs/cumulusci/lib/python3.11/site-packages/cumulusci/core/keychain/encrypted_file_project_keychain.py", line 376, in _remove_org
raise OrgNotFound(
cumulusci.core.exceptions.OrgNotFound: Could not find org named qa to delete. Deleting in project org mode. Is qa a global org?
@joeythomaschaske
Commen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment