Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/billing-and-invoices/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ When you first sign up for Cron To Go, you select a plan and enter your credit c

When your trial period is over, you will be charged according to your plan and billing period.

To change your billing or credit card information, plan, or to view your invoices history, go to your billing portal:
To change your organization's billing plan or credit card information, or to view your invoices history, Scroll go to your billing portal:
1. Click **Settings** in the dashboard menu.
2. Scroll to the billing section and click **Open your billing portal**.

In the billing portal, you can change your billing details (including credit card details), change or cancel your plan, and download your historical invoices.

If you are billed for Cron To Go by a partner (e.g. Heroku, DigitalOcean, Build.io, Addons.io, etc.), the billing section may not show up in your organization section. You can change your billing settings through the relevant partner's website.

:::caution
During trial, please reach out to us to change your plan. If you change it in the billing portal, your credit card will be charged.
:::
If you'd like to change your plan during a trial, we ask that you please reach out to us via the live-chat button on the bottom-right corner of the screen and request that we modify it. Otherwise, your credit card may be automatically charged.
:::
62 changes: 62 additions & 0 deletions docs/getting-started/addons-io-getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
sidebar_label: 'Getting Started with Addons.io'
title: 'Getting Started with Addons.io'
sidebar_position: 4
---

# Getting Started with Addons.io

Cron To Go is available through Addons.io, a multi-platform add-on marketplace that works with various cloud providers and platforms.

## Overview

Addons.io provides a unified way to provision and manage add-ons across different cloud platforms. Cron To Go on Addons.io offers easy access to the Cron To Go dashboard with SSO, unified billing, and team management.

### Key Benefits on Addons.io

- **Easy Installation**: One-click installation through Addons.io marketplace
- **Single Sign-On (SSO)**: Access Cron To Go dashboard with your Addons.io account
- **Unified Billing**: All charges appear on your Addons.io bill
- **Team Management**: Manage access through Addons.io's team features
- **Multi-Platform Support**: Works with Heroku, DigitalOcean, AWS, and more

## Provisioning

### Using Addons.io Dashboard

Addons.io is a web-based platform that manages add-ons through the dashboard interface. There is no CLI available for add-on management.

1. Navigate to your app in the [Addons.io Dashboard](https://dashboard.addons.io)
2. Go to the **Add-ons** section
3. Search for "Cron To Go"
4. Click **Add Add-on**
5. Choose your plan and click **Provision**
6. Once provisioned, access Cron To Go through Addons.io with SSO

## Accessing Cron To Go Dashboard

Once provisioned, you can access the Cron To Go dashboard through Addons.io:

### Via Addons.io Dashboard
1. Navigate to your app in the Addons.io Dashboard
2. Go to the **Add-ons** section
3. Click on the **Cron To Go** add-on
4. Click **Manage** or **Open Dashboard** to access Cron To Go with SSO

## Next Steps

Once you have access to the Cron To Go dashboard:

1. **Create Your First Job**: Use the dashboard to create and schedule jobs
2. **Configure Environment Variables**: Set up any environment variables your jobs need
3. **Monitor Execution**: Use the dashboard to monitor job execution and view logs
4. **Explore Features**: Set up notifications, webhooks, and other advanced features

For detailed information about job management, cron expressions, and advanced features, refer to the main documentation sections.

## Support

- **Addons.io Support**: For platform integration issues
- **Cron To Go Support**: For Cron To Go specific issues
- **Documentation**: [Cron To Go Docs](https://crontogo.com/docs)
- **Status**: [Cron To Go Status](https://status.crazyantlabs.com)
60 changes: 60 additions & 0 deletions docs/getting-started/build-io-getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
sidebar_label: 'Getting Started with Build.io'
title: 'Getting Started with Build.io'
sidebar_position: 3
---

# Getting Started with Build.io

Cron To Go is available as a native Build.io add-on, providing seamless integration with Build.io's platform and tooling.

## Overview

Cron To Go on Build.io runs your scheduled jobs using one-off Dynos, which means you only pay for the time your jobs actually execute. This is more cost-effective than running always-on processes.

### Key Benefits on Build.io

- **Native Add-on**: Available through Build.io's add-on marketplace
- **CLI Integration**: Full support for Cron To Go CLI commands using the Build.io CLI Plugin
- **Environment Variables**: Automatic access to your app's config vars
- **Dyno Types**: Support for all Build.io dyno types (Hobby, Standard, Performance)
- **Logging**: Integration with Build.io's logging system

## Provisioning

### Using Build.io Dashboard

1. Navigate to your app in the Build.io Dashboard
2. Click **Resources**
3. Click on **Add an addon**
4. Search for "Cron To Go" and click on it
5. Choose the plan you want
6. Follow the installation wizard to configure the add-on by providing the company name and the region where you want to deploy the Cron To Go instance.
7. When the add-on is installed, you can access the dashboard through the Build.io add-ons list

## Accessing Cron To Go Dashboard

Once provisioned, you can access the Cron To Go dashboard in several ways:

### Via Build.io Dashboard
1. Navigate to your app in the Build.io Dashboard
2. Go to the **Resources** tab
3. Click on the **Cron To Go** add-on
4. Click **Go to Addon Dashboard** to access Cron To Go with SSO

## Next Steps

Once you have access to the Cron To Go dashboard:

1. **Create Your First Job**: Use the dashboard to create and schedule jobs
3. **Monitor Execution**: Use the dashboard to monitor job execution and view logs
4. **Explore Features**: Set up notifications, webhooks, and other advanced features

For detailed information about job management, cron expressions, and advanced features, refer to the main documentation sections.

## Support

- **Build.io Support**: For Build.io platform issues
- **Cron To Go Support**: For Cron To Go specific issues
- **Documentation**: [Cron To Go Documentation](https://crontogo.com/docs)
- **Status**: [Cron To Go Status](https://status.crazyantlabs.com)
6 changes: 0 additions & 6 deletions docs/getting-started/dashboard.md

This file was deleted.

62 changes: 62 additions & 0 deletions docs/getting-started/digitalocean-getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
sidebar_label: 'Getting Started with DigitalOcean'
title: 'Getting Started with DigitalOcean'
sidebar_position: 4
---

# Getting Started with DigitalOcean

Cron To Go is available as a marketplace add-on, providing seamless integration with your DigitalOcean account.

## Overview

Cron To Go on DigitalOcean is available as a marketplace add-on, providing seamless integration with your DigitalOcean account. This means easy installation, unified billing, and single sign-on access to manage your scheduled jobs.

### Key Benefits on DigitalOcean

- **Easy Installation**: One-click installation through DigitalOcean Marketplace
- **Single Sign-On (SSO)**: Access Cron To Go dashboard with your DigitalOcean account
- **Unified Billing**: All charges appear on your DigitalOcean bill
- **Team Management**: Manage access through DigitalOcean's team features
- **Seamless Integration**: Access Cron To Go directly from your DigitalOcean dashboard

## Provisioning

### Using DigitalOcean Marketplace

Cron To Go is available through the DigitalOcean Marketplace as an add-on. You can install it directly from the marketplace to your DigitalOcean account.

1. Navigate to the [DigitalOcean Marketplace](https://marketplace.digitalocean.com)
2. Search for "Cron To Go" or browse the add-ons section
3. Click on the Cron To Go add-on page
4. Click **Add Cron To Go**
5. Follow the installation wizard to configure the add-on by providing the company name and the region where you want to deploy the Cron To Go instance.
6. Once installed, you can access Cron To Go through your DigitalOcean dashboard with SSO

## Accessing Cron To Go Dashboard

Once provisioned, you can access the Cron To Go dashboard through DigitalOcean:

### Via DigitalOcean Dashboard
1. Navigate to your DigitalOcean account dashboard
2. Go to the **Marketplace** or **Add-ons** section
3. Find the Cron To Go add-on
4. Click **Manage** or **Open Dashboard** to access Cron To Go with SSO

## Next Steps

Once you have access to the Cron To Go dashboard:

1. **Create Your First Job**: Use the dashboard to create and schedule jobs
2. **Configure Environment Variables**: Set up any environment variables your jobs need
3. **Monitor Execution**: Use the dashboard to monitor job execution and view logs
4. **Explore Features**: Set up notifications, webhooks, and other advanced features

For detailed information about job management, cron expressions, and advanced features, refer to the main documentation sections.

## Support

- **DigitalOcean Support**: For DigitalOcean platform issues
- **Cron To Go Support**: For Cron To Go specific issues
- **Documentation**: [Cron To Go Documentation](https://crontogo.com/docs)
- **Status**: [Cron To Go Status](https://status.crazyantlabs.com) or [DigitalOcean Status](https://status.digitalocean.com)
77 changes: 77 additions & 0 deletions docs/getting-started/heroku-getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
sidebar_label: 'Getting Started with Heroku'
title: 'Getting Started with Heroku'
sidebar_position: 2
---

# Getting Started with Heroku

Cron To Go is available as a native Heroku add-on, providing seamless integration with Heroku's platform and tooling.

## Overview

Cron To Go on Heroku runs your scheduled jobs using one-off Dynos, which means you only pay for the time your jobs actually execute. This is more cost-effective than running always-on processes.

### Key Benefits on Heroku

- **Native Add-on**: Available through Heroku's add-on marketplace
- **CLI Integration**: Full support for Cron To Go CLI commands using the Heroku CLI Plugin
- **Environment Variables**: Automatic access to your app's config vars
- **Dyno Types**: Support for all Heroku Dyno types (Hobby, Standard, Performance)
- **Logging**: Integration with Heroku's logging system

## Provisioning

### Using Heroku CLI

```bash
# Install Heroku CLI if you haven't already
curl https://cli-assets.heroku.com/install.sh | sh

# Login to Heroku
heroku login

# Add Cron To Go to your app
heroku addons:create crontogo -a <your-app-name>

# Verify the add-on was added
heroku addons:info crontogo -a <your-app-name>
```

### Using Heroku Dashboard

1. Navigate to the Cron To Go [Heroku Marketplace page](https://elements.heroku.com/addons/crontogo)
2. Click **Add Cron To Go**
3. When the add-on is installed, you can access the dashboard through the Heroku add-ons list

## Accessing Cron To Go Dashboard

Once provisioned, you can access the Cron To Go dashboard in several ways:

### Via Heroku CLI
```bash
# Open the Cron To Go dashboard
heroku addons:open crontogo -a <your-app-name>
```

### Via Heroku Dashboard
1. Navigate to your app in the Heroku Dashboard
2. Go to the **Resources** tab
3. Click on the **Cron To Go** add-on

## Next Steps

Once you have access to the Cron To Go dashboard:

1. **Create Your First Job**: Use the dashboard to create and schedule jobs
3. **Monitor Execution**: Use the dashboard to monitor job execution and view logs
4. **Explore Features**: Set up notifications, webhooks, and other advanced features

For detailed information about job management, cron expressions, and advanced features, refer to the main documentation sections.

## Support

- **Heroku Support**: For Heroku platform issues
- **Cron To Go Support**: For Cron To Go specific issues
- **Documentation**: [Cron To Go Documentation](https://crontogo.com/docs)
- **Status**: [Cron To Go Status](https://status.crazyantlabs.com) or [Heroku Status](https://status.heroku.com)
Loading