1.8.1 • Published 2 years ago

rapido-sf-plugin v1.8.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

Rapido sf CLI plugin

  • sf rapido:scrape:changeset:list -u loginUrl : lists the changesets in a Salesforce sandbox

sf rapido:scrape:changeset:list -u loginUrl

This command lists the changesets in a Salesforce sandbox.

USAGE

$ sf rapido scrape changeset list -u <loginUrl>

FLAGS

-u, --url=<loginUrl> (required) Salesforce login url.

DESCRIPTION

The Salesforce SFDX and SF CLI, as well as the Salesforce Metadata and Tooling APIs, do not provide a way to list the changesets in a Salesforce org; so we collect this information by scraping the Salesforce Setup UI.

This login url contains a session id after authentication with the sandbox like this :

url="$(sf org:open --url-only --target-org=sndbx --json | jq -r .result.url)"

FLAG DESCRIPTIONS

-u, --url=<value> Salesforce login url.

This login url contains a session id after authentication with the DevHub. It is obtained as followed, then passed to the command :

# Auth into the required sandbox named "sndbx", then get the url
url="$(sf org:open --url-only -o sndbx --json | jq -r .result.url)"

EXAMPLES

url=$(sf org:open --url-only -o sndbx --json | jq -r .result.url)
sf rapido:scrape:changeset:list -u $url
sf rapido scrape changeset list -u $(sf org:open --url-only -o sndbx --json | jq -r .result.url) -json
1.8.1

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago