0.3.49 • Published 5 months ago

@salto-io/workato-adapter v0.3.49

Weekly downloads
377
License
Apache-2.0
Repository
github
Last release
5 months ago

Salto OSS monorepo

Knuckles

CircleCI     Coverage Status

Salto allows you to manage your business applications' configuration in code. By doing so, it enables modern devops style methodologies for development, testing and deployment for these business applications.

Salto consists of 3 main components:

  1. The NaCl language — a declarative configuration language (follows the syntax of hcl), specifically designed to describe the configuration of modern business applications.
  2. The Salto command line interface — a tool which uses NaCl files to manage the configuration of business applications, with operations such as deploy (to deploy configuration changes to a business application) and fetch (to fetch the latest state of a business application into NaCl files). This tool is composed of a core processing engine, and various adapters to interact with the different business applications.
  3. The Salto vs-code extension — An extension to the popular vs-code IDE to easily interact with NaCl files.

For more information, see the user guide and the FAQ.

You can contact us by email at open-source@salto.io, or join our public Slack channel here.

Installing salto

CLI

Please head to our releases page. There you'll find prebuilt binaries for major OSes (MacOS, Linux, Windows).

VSCode extension

See the vscode package documentation

Building from source

  1. Install yarn.
  2. Fetch dependencies and build:
$ yarn
$ yarn build

Running tests

$ yarn test

E2E tests

By default, yarn test will run only unit tests - stored at the tests directory of each package.

E2E (end-to-end) tests are stored at the e2e_tests directories. To run them, define the RUN_E2E_TESTS=1 environment variable:

RUN_E2E_TESTS=1 yarn test

E2E tests are run on CircleCI builds, and you should also run them locally before creating a PR.

Important E2E tests for the cli and salesforce-adapter need valid SFDC credentials to run.

Creating a release

Salto is versioned using the semantic versioning scheme. Therefore, when composing a new release, we would:

  1. Bump the version in the packages' package.json files. For that, we're using lerna
  2. Tag the git repository with the new version
  3. Publish the packages in this repo to npm
  4. Build artifacts and attach them to a new release in this repository

Here is how to do it:

TL;DR Quick method

Install hub and configure it (for example by running hub ci-status). Make sure you're on master, no local changes, CI status is passing, and run:

yarn lerna-version-pr [BUMP]

Where BUMP is a lerna version; default is patch

This will create a PR labeled VERSION. Once the PR is merged, the version will be published and a git tag will be created.

Create a PR manually

1. Create a new version
yarn lerna-version [BUMP]
2. Commit and push the version to git

Submit a PR and have it merged.

Once the PR is merged, the version will be published and a git tag will be created.

Usage instructions

See READMEs of individual packages under the packages directory.

License

Apache License 2.0

0.3.42

10 months ago

0.3.41

10 months ago

0.3.49

6 months ago

0.3.48

6 months ago

0.3.47

8 months ago

0.3.46

9 months ago

0.3.45

9 months ago

0.3.44

9 months ago

0.3.43

9 months ago

0.3.40

11 months ago

0.3.39

12 months ago

0.3.38

1 year ago

0.3.37

1 year ago

0.3.36

1 year ago

0.3.35

1 year ago

0.3.34

1 year ago

0.3.33

1 year ago

0.3.31

1 year ago

0.3.30

1 year ago

0.3.32

1 year ago

0.3.29

1 year ago

0.3.28

1 year ago

0.3.27

1 year ago

0.3.27-dantal.1

1 year ago

0.3.28-dantal.1

1 year ago

0.3.28-dantal.9

1 year ago

0.3.26

1 year ago

0.3.25

2 years ago

0.3.24

2 years ago

0.3.23-dantal.1

2 years ago

0.3.23

2 years ago

0.3.24-dantal.5

2 years ago

0.3.24-dantal.4

2 years ago

0.3.24-dantal.3

2 years ago

0.3.24-dantal.2

2 years ago

0.3.24-dantal.1

2 years ago

0.3.24-dantal.7

2 years ago

0.3.24-dantal.6

2 years ago

0.3.20

2 years ago

0.3.22

2 years ago

0.3.21

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.17

2 years ago

0.3.19-soap.3

2 years ago

0.3.19-soap.0

2 years ago

0.3.19-soap.2

2 years ago

0.3.19-soap.1

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.9

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.15

3 years ago

0.2.2-alpha.84

3 years ago

0.2.14

3 years ago

0.2.2-alpha.83

3 years ago

0.2.2-alpha.82

3 years ago

0.2.13

3 years ago

0.2.2-alpha.81

3 years ago

0.2.2-alpha.80

3 years ago

0.2.2-alpha.79

3 years ago

0.2.2-alpha.78

3 years ago

0.2.2-alpha.77

3 years ago

0.2.2-alpha.76

3 years ago

0.2.12

3 years ago

0.2.23-alpha.0

3 years ago

0.2.2-alpha.75

3 years ago

0.2.2-alpha.74

3 years ago

0.2.2-alpha.73

3 years ago

0.2.11

3 years ago

0.2.2-alpha.72

3 years ago

0.2.2-alpha.71

3 years ago

0.2.2-alpha.70

3 years ago

0.2.2-alpha.69

3 years ago

0.2.2-alpha.68

3 years ago

0.2.2-alpha.67

3 years ago

0.2.2-alpha.66

3 years ago

0.2.10

3 years ago

0.2.2-alpha.65

3 years ago

0.2.2-alpha.63

3 years ago

0.2.2-alpha.64

3 years ago

0.2.2-alpha.61

3 years ago

0.2.2-alpha.62

3 years ago

0.2.2-alpha.60

3 years ago

0.2.2-alpha.58

3 years ago

0.2.2-alpha.59

3 years ago

0.2.2-alpha.57

3 years ago

0.2.2-alpha.56

3 years ago

0.2.2-alpha.55

3 years ago

0.2.9

3 years ago

0.2.2-alpha.54

3 years ago

0.2.2-alpha.52

3 years ago

0.2.2-alpha.53

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago