Edit locally

Edit tracks on your local machine and push changes to Instruqt

Background

Once you determine a track's slug, you can download a tracks configuration to your local machine, make edits, and push the changes back to Instruqt.

You can watch a video tutorial on how to edit tracks locally here.

Step 1: Determine the track slug

Instruqt track slugs can be easily determined from the Web UI.

  1. Click the track you want to pull to your machine.

  2. In the Settings section of the Track dashboard page, click Edit.

  3. Note the value in the Track URL field. This is the track "slug".

Step 2: Pull the track

Pulling tracks is only applicable to the Instruqt CLI.

  1. Open a terminal and run the following command:

    instruqt track pull <TRACK_SLUG_FROM_STEP_1>

If you are a member of multiple teams, you need to preface the <TRACK_SLUG> with a team. For example my-team/my-track-slug.

Last updated