-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from nautobot/next-2.0
Next 2.0
- Loading branch information
Showing
2 changed files
with
351 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Add run_job Nautobot subcommand, which initiates a job with kwargs or a job requiring no manual form input. | ||
Add run_job_form Nautobot subcommand, which presents job's form widgets to the user. | ||
Add get_jobs Nautobot subcommand, which returns all Nautobot jobs viewable to user. | ||
Add filter_jobs Nautobot subcommand, which returns filtered set of Nautobot jobs viewable to user. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters