Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quantconnect-filesync

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quantconnect-filesync - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "quantconnect-filesync",
"version": "0.0.3",
"version": "0.0.4",
"description": "QuantConnect file sync utility",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -21,2 +21,19 @@ # QuantConnect File Sync

## Configuration
All commands accept a `--user` option to provide the QuantConnect user ID and a `--token` option to provide the
QuantConnect API token. However, `quantconnect-filesync` will also look in the ENV for `QUANTCONNECT_USER_ID` and
`QUANTCONNECT_TOKEN` and use these automatically if present. You can set these in your local environment manually or
optionally create a `.env` file with these values set:
```
# .env
QUANTCONNECT_USER_ID=12345
QUANTCONNECT_TOKEN=ABCDEF
```
For project-specific commands, `quantconnect-filesync` will additionally accept a `--project` option to provide the
QuantConnect project ID. This option also has a corresponding `QUANTCONNECT_PROJECT_ID` ENV variable that can be set in
project-specific `.env` files.
## Examples

@@ -65,5 +82,5 @@

Strategies / Profit Strategy:
- main.cs ✔️
- MyIndicator.cs ✔️
- MyAlpha.cs ✔️
- main.cs ✔
- MyIndicator.cs ✔
- MyAlpha.cs ✔
```

@@ -80,5 +97,5 @@

Strategies / Profit Strategy:
- main.cs ✔️
- MyIndicator.cs ✔️
- MyAlpha.cs ✔️
- main.cs ✔
- MyIndicator.cs ✔
- MyAlpha.cs ✔
```

@@ -95,5 +112,5 @@

Strategies / Profit Strategy:
- main.cs ✔️
- MyIndicator.cs ✔️
- MyAlpha.cs ✔️
- main.cs ✔
- MyIndicator.cs ✔
- MyAlpha.cs ✔

@@ -103,7 +120,7 @@ Watching for local changes to project 9012345…

ADD Strategies / DevTrader Strategy / strategy.cs ✔
CHANGE Strategies / DevTrader Strategy / strategy.cs ✔️
CHANGE Strategies / DevTrader Strategy / MyAlpha.cs ✔️
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔️
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔️
DELETE Strategies / DevTrader Strategy / MyAlpha.cs ✔️
CHANGE Strategies / DevTrader Strategy / strategy.cs ✔
CHANGE Strategies / DevTrader Strategy / MyAlpha.cs ✔
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔
DELETE Strategies / DevTrader Strategy / MyAlpha.cs ✔
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc